Package org.codehaus.jackson.map.util
Interface Annotations
- All Known Implementing Classes:
AnnotationMap
public interface Annotations
Interface that defines interface for collection of annotations.
Standard mutable implementation is AnnotationMap
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AMain access method used to find value for given annotation.int
size()
Returns number of annotation entries in this collection.
-
Method Details
-
get
Main access method used to find value for given annotation. -
size
int size()Returns number of annotation entries in this collection.
-