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

Packages that use RuntimeAnnotationReader
com.sun.xml.bind.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

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

Classes in com.sun.xml.bind.v2.model.annotation that implement RuntimeAnnotationReader
 class RuntimeInlineAnnotationReader
          AnnotationReader that uses java.lang.reflect to read annotations from class files.
 

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

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type RuntimeAnnotationReader
RuntimeModelBuilder(RuntimeAnnotationReader annotationReader, java.lang.String defaultNamespaceRemap)