Uses of Class
org.springframework.aop.aspectj.AbstractAspectJAdvice
Packages that use AbstractAspectJAdvice
-
Uses of AbstractAspectJAdvice in org.springframework.aop.aspectj
Subclasses of AbstractAspectJAdvice in org.springframework.aop.aspectjModifier and TypeClassDescriptionclass
Spring AOP advice wrapping an AspectJ after advice method.class
Spring AOP advice wrapping an AspectJ after-returning advice method.class
Spring AOP advice wrapping an AspectJ after-throwing advice method.class
Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.class
Spring AOP advice that wraps an AspectJ before method.Constructors in org.springframework.aop.aspectj with parameters of type AbstractAspectJAdviceModifierConstructorDescriptionCreate a new AspectJPointcutAdvisor for the given advice.