パッケージ org.springframework.aop
インターフェース IntroductionInfo
- すべての既知のサブインターフェース:
IntroductionAdvisor
- すべての既知の実装クラス:
DeclareParentsAdvisor、DefaultIntroductionAdvisor、DelegatePerTargetObjectIntroductionInterceptor、DelegatingIntroductionInterceptor、IntroductionInfoSupport
public interface IntroductionInfo
概要を説明するために必要な情報を提供するインターフェース。
IntroductionAdvisors はこのインターフェースを実装する必要があります。Advice がこれを実装している場合は、IntroductionAdvisor なしで導入として使用できます。この場合、アドバイスは自己記述的であり、必要な動作を提供するだけでなく、それが導入するインターフェースを説明します。
- 導入:
- 1.1.1
- 作成者:
- Rod Johnson
メソッドのサマリー
メソッドの詳細
getInterfaces
ClassSE<?>[] getInterfaces()このアドバイザまたはアドバイスによって導入された追加のインターフェースを返します。- 戻り値:
- 導入されたインターフェース