程序包 infra.aop

接口 IntroductionInterceptor

所有超级接口:
Advice, DynamicIntroductionAdvice, Interceptor, MethodInterceptor
所有已知实现类:
DelegatePerTargetObjectIntroductionInterceptor, DelegatingIntroductionInterceptor, ExposeBeanNameAdvisors.ExposeBeanNameIntroduction

public interface IntroductionInterceptor extends MethodInterceptor, DynamicIntroductionAdvice
Sub-interface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor. This is a fundamental AOP concept called introduction.

Introductions are often mixins, enabling the building of composite objects that can achieve many of the goals of multiple inheritance in Java.

作者:
Rod Johnson, TODAY 2021/2/1 18:48
另请参阅: