@NonNullApi @NonNullFields
See: Description
| Class | Description |
|---|---|
| AnnotationClassFilter |
Simple ClassFilter that looks for a specific annotation being present on a class.
|
| AnnotationMatchingPointcut | |
| AnnotationMethodMatcher |
Simple
MethodMatcher that looks
for a specific annotation being present on a method (checking both the method
on the invoked interface, if any, and the corresponding method on the target
class). |