AnnotationMappublic interface Annotations
Standard mutable implementation is AnnotationMap
| Modifier and Type | Method | Description |
|---|---|---|
<A extends java.lang.annotation.Annotation> |
get(java.lang.Class<A> cls) |
Main access method used to find value for given annotation.
|
int |
size() |
Returns number of annotation entries in this collection.
|