private static class AnnotationRegistry.FieldAnnotations
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.annotation.Annotation,AnnotationRegistry.AnnotationAttributes> |
annotations |
Modifier | Constructor and Description |
---|---|
private |
FieldAnnotations() |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
getValue(java.lang.annotation.Annotation annotation,
java.lang.String attribute) |
private void |
setValue(java.lang.annotation.Annotation annotation,
java.lang.String attribute,
java.lang.Object newValue) |
private java.util.Map<java.lang.annotation.Annotation,AnnotationRegistry.AnnotationAttributes> annotations