Uses of Class
org.springframework.aop.IntroductionAdvisor

Packages that use IntroductionAdvisor
org.springframework.aop 
org.springframework.aop.framework 

Uses of IntroductionAdvisor in org.springframework.aop
 

Subinterfaces of IntroductionAdvisor in org.springframework.aop
interface InterceptionIntroductionAdvisor
          Advisor that performs an AOP introduction through an interceptor.
 

Uses of IntroductionAdvisor in org.springframework.aop.framework
 

Methods in org.springframework.aop.framework with parameters of type IntroductionAdvisor
voidAdvisedSupport.addAdvisor(int pos, IntroductionAdvisor advisor)