Class AspectJAroundAdvice

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

public class AspectJAroundAdvice extends AbstractAspectJAdvice implements MethodInterceptor, Serializable
Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method. Exposes ProceedingJoinPoint.
Since:
2.0
Author:
Rod Johnson, Juergen Hoeller
See Also: