インターフェースの使用
org.springframework.aop.IntroductionInfo
IntroductionInfo を使用するパッケージ
パッケージ
説明
AOP Alliance AOP 相互運用性インターフェース上に構築されたコア Spring AOP インターフェース。
AspectJ 統合パッケージ。
Spring の AOP API を使用するための便利なクラス。
org.springframework.aop 内の IntroductionInfo 使用
org.springframework.aop 内の IntroductionInfo サブインターフェースorg.springframework.aop.aspectj 内の IntroductionInfo 使用
IntroductionInfo を実装している org.springframework.aop.aspectj のクラスorg.springframework.aop.support 内の IntroductionInfo 使用
IntroductionInfo を実装している org.springframework.aop.support のクラス修飾子と型クラス説明classデフォルトで任意のクラスに適用される単純なIntroductionAdvisor実装。classIntroductionInterceptorインターフェースの便利な実装。classIntroductionInterceptorインターフェースの便利な実装。classIntroductionInfoの実装のサポート。型 IntroductionInfo のパラメーターを持つ org.springframework.aop.support のコンストラクター修飾子コンストラクター説明DefaultIntroductionAdvisor(Advice advice, @Nullable IntroductionInfo introductionInfo) 指定されたアドバイスの DefaultIntroductionAdvisor を作成します。