Uses of Class
org.springframework.aop.support.annotation.AnnotationMatchingPointcut
Packages that use AnnotationMatchingPointcut
Package
Description
Annotation support for AOP pointcuts.
- 
Uses of AnnotationMatchingPointcut in org.springframework.aop.support.annotationMethods in org.springframework.aop.support.annotation that return AnnotationMatchingPointcutModifier and TypeMethodDescriptionstatic 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.