public class MetaAnnotationMethodMatcher
extends org.springframework.aop.support.annotation.AnnotationMethodMatcher
Constructor and Description |
---|
MetaAnnotationMethodMatcher(Class<? extends Annotation> annotationType)
Create a new AnnotationClassFilter for the given annotation type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Method method,
Class targetClass) |
public MetaAnnotationMethodMatcher(Class<? extends Annotation> annotationType)
annotationType
- the annotation type to look forCopyright © 2022. All rights reserved.