Uses of Interface
org.springframework.aop.aspectj.AspectJPrecedenceInformation
Packages that use AspectJPrecedenceInformation Package Description org.springframework.aop.aspectj AspectJ integration package.Uses of AspectJPrecedenceInformation in org.springframework.aop.aspectj
Classes in org.springframework.aop.aspectj that implement AspectJPrecedenceInformation Modifier and Type Class Description class
AbstractAspectJAdvice
Base class for AOP AllianceAdvice
classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.class
AspectJAfterAdvice
Spring AOP advice wrapping an AspectJ after advice method.class
AspectJAfterReturningAdvice
Spring AOP advice wrapping an AspectJ after-returning advice method.class
AspectJAfterThrowingAdvice
Spring AOP advice wrapping an AspectJ after-throwing advice method.class
AspectJAroundAdvice
Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.class
AspectJMethodBeforeAdvice
Spring AOP advice that wraps an AspectJ before method.Methods in org.springframework.aop.aspectj that return AspectJPrecedenceInformation Modifier and Type Method Description static AspectJPrecedenceInformation
AspectJAopUtils. getAspectJPrecedenceInformationFor(Advisor anAdvisor)
Return the AspectJPrecedenceInformation provided by this advisor or its advice.