Package com.sun.xml.bind.v2.model.annotation
Abstraction around reading annotations, to support internal/external annotations.
-
Interface Summary Interface Description AnnotationReader<T,C,F,M> Reads annotations for the given property.AnnotationSource Implemented by objects that can have annotations.Locatable Locationthat is chained.RuntimeAnnotationReader -
Class Summary Class Description AbstractInlineAnnotationReaderImpl<T,C,F,M> AnnotationReaderthat reads annotation from classes, not from external binding files.ClassLocatable<C> Locatableimplementation for a class.FieldLocatable<F> Locatableimplementation for a field.LocatableAnnotation Annotationthat also implementsLocatable.MethodLocatable<M> Locatableimplementation for a method.Quick Base implementation ofLocatableAnnotation.RuntimeInlineAnnotationReader AnnotationReaderthat usesjava.lang.reflectto read annotations from class files.