public class AfterReturningAdviceInterceptor extends Object implements MethodInterceptor, AfterAdvice, Serializable
| 构造器和说明 |
|---|
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
Create a new AfterReturningAdviceInterceptor for the given advice.
|
public AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
advice - the AfterReturningAdvice to wrappublic Object invoke(MethodInvocation mi) throws Throwable
MethodInterceptorinvoke 在接口中 MethodInterceptormi - 主要实现类:ReflectiveMethodInvocationThrowable