public interface Annotations
Standard mutable implementation is AnnotationMap
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
get(Class<A> cls)
Main access method used to find value for given annotation.
|
int |
size()
Returns number of annotation entries in this collection.
|
<A extends Annotation> A get(Class<A> cls)
int size()
Copyright © 2014-2015 FasterXML. All Rights Reserved.