接口的使用
org.springframework.aop.aspectj.AspectJPrecedenceInformation
使用AspectJPrecedenceInformation的程序包 程序包 说明 org.springframework.aop.aspectj AspectJ integration package.org.springframework.aop.aspectj中AspectJPrecedenceInformation的使用
实现AspectJPrecedenceInformation的org.springframework.aop.aspectj中的类 修饰符和类型 类 说明 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.返回AspectJPrecedenceInformation的org.springframework.aop.aspectj中的方法 修饰符和类型 方法 说明 static AspectJPrecedenceInformationAspectJAopUtils. getAspectJPrecedenceInformationFor(Advisor anAdvisor)Return the AspectJPrecedenceInformation provided by this advisor or its advice.