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

Abstraction around reading annotations, to support internal/external annotations.

See:
          Description

Interface Summary
AnnotationReader<T,C,F,M> Reads annotations for the given property.
AnnotationSource Implemented by objects that can have annotations.
Locatable Location that is chained.
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.
LocatableAnnotation Annotation that also implements Locatable.
MethodLocatable<M> Locatable implementation for a method.
Quick Base implementation of Locatable Annotation.
RuntimeInlineAnnotationReader AnnotationReader that uses java.lang.reflect to read annotations from class files.
 

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

Abstraction around reading annotations, to support internal/external annotations.