open class MethodBeforeAdviceInterceptor : MethodInterceptor, Serializable
Interceptor to wrap am org.springframework.aop.MethodBeforeAdvice. Used internally by the AOP framework; application developers should not need to use this class directly.
Author
Rod Johnson
MethodBeforeAdviceInterceptor(advice: MethodBeforeAdvice)
Create a new MethodBeforeAdviceInterceptor for the given advice. |
open fun invoke(mi: MethodInvocation): Any |