Class AspectJAfterAdvice

java.lang.Object
org.springframework.aop.aspectj.AbstractAspectJAdvice
org.springframework.aop.aspectj.AspectJAfterAdvice
All Implemented Interfaces:
Serializable, Advice, Interceptor, MethodInterceptor, AfterAdvice, AspectJPrecedenceInformation, Ordered

public class AspectJAfterAdvice extends AbstractAspectJAdvice implements MethodInterceptor, AfterAdvice, Serializable
Spring AOP advice wrapping an AspectJ after advice method.
Since:
2.0
Author:
Rod Johnson
See Also: