Uses of Class
org.springframework.aop.aspectj.AbstractAspectJAdvice
Packages that use AbstractAspectJAdvice Package Description org.springframework.aop.aspectj AspectJ integration package.Uses of AbstractAspectJAdvice in org.springframework.aop.aspectj
Subclasses of AbstractAspectJAdvice in org.springframework.aop.aspectj Modifier and Type Class Description classAspectJAfterAdviceSpring AOP advice wrapping an AspectJ after advice method.classAspectJAfterReturningAdviceSpring AOP advice wrapping an AspectJ after-returning advice method.classAspectJAfterThrowingAdviceSpring AOP advice wrapping an AspectJ after-throwing advice method.classAspectJAroundAdviceSpring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.classAspectJMethodBeforeAdviceSpring AOP advice that wraps an AspectJ before method.Constructors in org.springframework.aop.aspectj with parameters of type AbstractAspectJAdvice Constructor Description AspectJPointcutAdvisor(AbstractAspectJAdvice advice)Create a new AspectJPointcutAdvisor for the given advice.