Uses of Interface
org.springframework.aop.IntroductionAdvisor
Packages that use IntroductionAdvisor
Package
Description
AspectJ integration package.
Convenience classes for using Spring's AOP API.
Various 
TargetSource implementations for use
 with Spring AOP.- 
Uses of IntroductionAdvisor in org.springframework.aop.aspectjClasses in org.springframework.aop.aspectj that implement IntroductionAdvisorModifier and TypeClassDescriptionclassIntroduction advisor delegating to the given object.
- 
Uses of IntroductionAdvisor in org.springframework.aop.supportClasses in org.springframework.aop.support that implement IntroductionAdvisorModifier and TypeClassDescriptionclassSimpleIntroductionAdvisorimplementation that by default applies to any class.
- 
Uses of IntroductionAdvisor in org.springframework.aop.targetMethods in org.springframework.aop.target that return IntroductionAdvisorModifier and TypeMethodDescriptionThreadLocalTargetSource.getStatsMixin()Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats.