类 AspectJAroundAdvice

java.lang.Object
infra.aop.aspectj.AbstractAspectJAdvice
infra.aop.aspectj.AspectJAroundAdvice
所有已实现的接口:
AspectJPrecedenceInformation, infra.core.Ordered, Serializable, Advice, Interceptor, MethodInterceptor

public class AspectJAroundAdvice extends AbstractAspectJAdvice implements MethodInterceptor, Serializable
Framework AOP around advice (MethodInterceptor) that wraps an AspectJ advice method. Exposes ProceedingJoinPoint.
从以下版本开始:
4.0
作者:
Rod Johnson, Juergen Hoeller
另请参阅: