private final class RetryConfiguration.AnnotationClassOrMethodFilter
extends org.springframework.aop.support.annotation.AnnotationClassFilter
| Modifier and Type | Field and Description |
|---|---|
private MethodResolver |
methodResolver |
| Constructor and Description |
|---|
AnnotationClassOrMethodFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Class<?> clazz) |
private final MethodResolver methodResolver