All Implemented Interfaces:
org.aopalliance.aop.Advice
All Known Implementing Classes:
DelegatePerTargetObjectIntroductionInterceptor, DelegatingIntroductionInterceptor, ExposeBeanNameIntroduction, IntroductionInterceptor
Introductions are often mixins, enabling the building of composite objects that can achieve many of the goals of multiple inheritance in Java.
Compared to {qlink IntroductionInfo}, this interface allows an advice to implement a range of interfaces that is not necessarily known in advance. Thus an IntroductionAdvisor can be used to specify which interfaces will be exposed in an advised object.
Rod - Johnson1.1.1 - | Method from org.springframework.aop.DynamicIntroductionAdvice Summary: |
|---|
| implementsInterface |
| Method from org.springframework.aop.DynamicIntroductionAdvice Detail: |
|---|
|