クラスの使用
org.springframework.aop.support.annotation.AnnotationMatchingPointcut
org.springframework.aop.support.annotation 内の AnnotationMatchingPointcut 使用
修飾子と型メソッド説明static AnnotationMatchingPointcut
AnnotationMatchingPointcut.forClassAnnotation
(ClassSE<? extends AnnotationSE> annotationType) クラスレベルで指定されたアノテーションと一致する AnnotationMatchingPointcut のファクトリメソッド。static AnnotationMatchingPointcut
AnnotationMatchingPointcut.forMethodAnnotation
(ClassSE<? extends AnnotationSE> annotationType) メソッドレベルで指定されたアノテーションに一致する AnnotationMatchingPointcut のファクトリメソッド。