| Package | Description | 
|---|---|
| org.springframework.aop | Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces. | 
| org.springframework.aop.support | Convenience classes for using Spring's AOP API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IntroductionInterceptorSubinterface of AOP Alliance MethodInterceptor that allows additional interfaces
 to be implemented by the interceptor, and available via a proxy using that
 interceptor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DelegatePerTargetObjectIntroductionInterceptorConvenient implementation of the
  IntroductionInterceptorinterface. | 
| class  | DelegatingIntroductionInterceptorConvenient implementation of the
  IntroductionInterceptorinterface. | 
| Constructor and Description | 
|---|
| DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice,
                          Class<?> ifc)Create a DefaultIntroductionAdvisor for the given advice. |