程序包 infra.aop
接口 IntroductionInfo
- 所有已知子接口:
IntroductionAdvisor
- 所有已知实现类:
DeclareParentsAdvisor,DefaultIntroductionAdvisor,DelegatePerTargetObjectIntroductionInterceptor,DelegatingIntroductionInterceptor,ExposeBeanNameAdvisors.ExposeBeanNameIntroduction,IntroductionInfoSupport
public interface IntroductionInfo
Interface supplying the information necessary to describe an introduction.
IntroductionAdvisors must implement this
interface. If an Advice implements this,
it may be used as an introduction without an IntroductionAdvisor.
In this case, the advice is self-describing, providing not only the
necessary behavior, but describing the interfaces it introduces.
- 从以下版本开始:
- 3.0
- 作者:
- Rod Johnson, TODAY 2021/2/1 18:48
-
方法概要
-
方法详细资料
-
getInterfaces
Class<?>[] getInterfaces()Return the additional interfaces introduced by this Advisor or Advice.- 返回:
- the introduced interfaces
-