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 classAbstractAspectJAdviceBase class for AOP AllianceAdviceclasses wrapping an AspectJ aspect or an AspectJ-annotated advice method.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.Methods in org.springframework.aop.aspectj that return AspectJPrecedenceInformation Modifier and Type Method Description static AspectJPrecedenceInformationAspectJAopUtils. getAspectJPrecedenceInformationFor(Advisor anAdvisor)Return the AspectJPrecedenceInformation provided by this advisor or its advice.