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 © 2012-2013 FasterXML. All Rights Reserved.