public class AfterReturningAdviceInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, AfterAdvice, Serializable
AfterReturningAdvice
.
Used internally by the AOP framework; application developers should not need
to use this class directly.Constructor and Description |
---|
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
Create a new AfterReturningAdviceInterceptor for the given advice.
|
public AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
advice
- the AfterReturningAdvice to wrapCopyright © 2015. All rights reserved.