Module com.sun.xml.bind
Package org.glassfish.jaxb.runtime.v2.model.annotation
Abstraction around reading annotations, to support internal/external annotations.
-
Interface Summary Interface Description 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.