クラスの使用
org.springframework.aop.aspectj.AbstractAspectJAdvice
org.springframework.aop.aspectj 内の AbstractAspectJAdvice 使用
修飾子と型クラス説明class
Spring AOP アドバイスは、アドバイスメソッドの後に AspectJ をラップします。class
Spring AOP アドバイスは、AspectJ の return 後のアドバイスメソッドをラップします。class
Spring AOP アドバイスは、AspectJ のスロー後のアドバイスメソッドをラップします。class
AspectJ アドバイスメソッドをラップする Spring AOP アドバイス(MethodInterceptor)。class
メソッドの前に AspectJ をラップする Spring AOP アドバイス。修飾子コンストラクター説明指定されたアドバイスに対して新しい AspectJPointcutAdvisor を作成します。