接口的使用
org.springframework.aop.IntroductionAdvisor
使用IntroductionAdvisor的程序包 程序包 说明 org.springframework.aop.aspectj AspectJ integration package.org.springframework.aop.support Convenience classes for using Spring's AOP API.org.springframework.aop.target org.springframework.aop.aspectj中IntroductionAdvisor的使用
实现IntroductionAdvisor的org.springframework.aop.aspectj中的类 修饰符和类型 类 说明 class
DeclareParentsAdvisor
Introduction advisor delegating to the given object.org.springframework.aop.support中IntroductionAdvisor的使用
实现IntroductionAdvisor的org.springframework.aop.support中的类 修饰符和类型 类 说明 class
DefaultIntroductionAdvisor
SimpleIntroductionAdvisor
implementation that by default applies to any class.org.springframework.aop.target中IntroductionAdvisor的使用
返回IntroductionAdvisor的org.springframework.aop.target中的方法 修饰符和类型 方法 说明 IntroductionAdvisor
ThreadLocalTargetSource. getStatsMixin()
Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats.