private static class AnnotationUtils.AnnotationCacheKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType |
private java.lang.reflect.AnnotatedElement |
element |
| Constructor and Description |
|---|
AnnotationCacheKey(java.lang.reflect.AnnotatedElement element,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final java.lang.reflect.AnnotatedElement element
private final java.lang.Class<? extends java.lang.annotation.Annotation> annotationType