Uses of Interface
org.springframework.aop.aspectj.AspectJPrecedenceInformation
Packages that use AspectJPrecedenceInformation
-
Uses of AspectJPrecedenceInformation in org.springframework.aop.aspectj
Classes in org.springframework.aop.aspectj that implement AspectJPrecedenceInformationModifier and TypeClassDescriptionclass
Base class for AOP AllianceAdvice
classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.class
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.Methods in org.springframework.aop.aspectj that return AspectJPrecedenceInformationModifier and TypeMethodDescriptionstatic AspectJPrecedenceInformation
AspectJAopUtils.getAspectJPrecedenceInformationFor
(Advisor anAdvisor) Return the AspectJPrecedenceInformation provided by this advisor or its advice.