类的使用
infra.aop.support.annotation.AnnotationMatchingPointcut
-
infra.aop.support.annotation中AnnotationMatchingPointcut的使用
修饰符和类型方法说明static AnnotationMatchingPointcutAnnotationMatchingPointcut.forClassAnnotation(Class<? extends Annotation> annotationType) Factory method for an AnnotationMatchingPointcut that matches for the specified annotation at the class level.static AnnotationMatchingPointcutAnnotationMatchingPointcut.forMethodAnnotation(Class<? extends Annotation> annotationType) Factory method for an AnnotationMatchingPointcut that matches for the specified annotation at the method level.