Package com.sun.xml.bind.v2.model.annotation

Interface Summary
AnnotationReader<T,C,F,M> Reads annotations for the given property.
AnnotationSource Implemented by objects that can have annotations.
RuntimeAnnotationReader  
 

Class Summary
AbstractInlineAnnotationReaderImpl<T,C,F,M> AnnotationReader that reads annotation from classes, not from external binding files.
ClassLocatable<C> Locatable implementation for a class.
FieldLocatable<F> Locatable implementation for a field.
Locatable Dummy class to make CodeModel happy.
LocatableAnnotation Annotation that also implements Locatable.
MethodLocatable<M> Locatable implementation for a method.
Quick Dummy class to make CodeModel happy.
RuntimeInlineAnnotationReader AnnotationReader that uses java.lang.reflect to read annotations from class files.