public interface IntroductionInterceptor extends MethodInterceptor, DynamicIntroductionAdvice
Introductions are often mixins, enabling the building of composite objects that can achieve many of the goals of multiple inheritance in Java.
DynamicIntroductionAdvice
invoke
implementsInterface