程序包 infra.aop
接口 IntroductionInterceptor
- 所有已知实现类:
DelegatePerTargetObjectIntroductionInterceptor,DelegatingIntroductionInterceptor,ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
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
- 另请参阅:
-
方法概要
从接口继承的方法 infra.aop.DynamicIntroductionAdvice
implementsInterface从接口继承的方法 org.aopalliance.intercept.MethodInterceptor
invoke