Uses of Interface
com.sun.xml.bind.v2.model.annotation.AnnotationReader

Packages that use AnnotationReader
com.sun.tools.jxc.apt APT related code. 
com.sun.tools.xjc.api.impl.j2s   
com.sun.xml.bind.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Uses of AnnotationReader in com.sun.tools.jxc.apt
 

Classes in com.sun.tools.jxc.apt that implement AnnotationReader
 class InlineAnnotationReaderImpl
          AnnotationReader implementation that reads annotation inline from APT.
 

Uses of AnnotationReader in com.sun.tools.xjc.api.impl.j2s
 

Constructors in com.sun.tools.xjc.api.impl.j2s with parameters of type AnnotationReader
JAXBModelImpl(TypeInfoSet<com.sun.mirror.type.TypeMirror,com.sun.mirror.declaration.TypeDeclaration,com.sun.mirror.declaration.FieldDeclaration,com.sun.mirror.declaration.MethodDeclaration> types, AnnotationReader<com.sun.mirror.type.TypeMirror,com.sun.mirror.declaration.TypeDeclaration,com.sun.mirror.declaration.FieldDeclaration,com.sun.mirror.declaration.MethodDeclaration> reader, Collection<Reference> rootClasses, Map<QName,Reference> additionalElementDecls)
           
 

Uses of AnnotationReader in com.sun.xml.bind.v2.model.annotation
 

Subinterfaces of AnnotationReader in com.sun.xml.bind.v2.model.annotation
 interface RuntimeAnnotationReader
           
 

Classes in com.sun.xml.bind.v2.model.annotation that implement AnnotationReader
 class AbstractInlineAnnotationReaderImpl<T,C,F,M>
          AnnotationReader that reads annotation from classes, not from external binding files.
 class RuntimeInlineAnnotationReader
          AnnotationReader that uses java.lang.reflect to read annotations from class files.
 

Uses of AnnotationReader in com.sun.xml.bind.v2.model.core
 

Constructors in com.sun.xml.bind.v2.model.core with parameters of type AnnotationReader
Adapter(XmlJavaTypeAdapter spec, AnnotationReader<TypeT,ClassDeclT,?,?> reader, Navigator<TypeT,ClassDeclT,?,?> nav)
           
Ref(AnnotationReader<T,C,?,?> reader, Navigator<T,C,?,?> nav, T type, XmlJavaTypeAdapter xjta, XmlList xl)
           
 

Uses of AnnotationReader in com.sun.xml.bind.v2.model.impl
 

Fields in com.sun.xml.bind.v2.model.impl declared as AnnotationReader
 AnnotationReader<T,C,F,M> ModelBuilder.reader
           
 AnnotationReader<T,C,F,M> TypeInfoSetImpl.reader
           
 

Methods in com.sun.xml.bind.v2.model.impl that return AnnotationReader
protected  AnnotationReader<TypeT,ClassDeclT,FieldT,MethodT> TypeInfoImpl.reader()
           
protected  AnnotationReader<T,C,F,M> PropertyInfoImpl.reader()
           
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type AnnotationReader
(package private) static
<T,C,F,M> QName
Util.calcSchemaType(AnnotationReader<T,C,F,M> reader, AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src)
           
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type AnnotationReader
ModelBuilder(AnnotationReader<T,C,F,M> reader, Navigator<T,C,F,M> navigator, Map<C,C> subclassReplacements, String defaultNamespaceRemap)
           
RuntimeTypeInfoSetImpl(AnnotationReader<Type,Class,Field,Method> reader)
           
TypeInfoSetImpl(Navigator<T,C,F,M> nav, AnnotationReader<T,C,F,M> reader, Map<T,? extends BuiltinLeafInfoImpl<T,C>> leaves)