Uses of Class
com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl

Packages that use AbstractInlineAnnotationReaderImpl
com.sun.tools.jxc.ap Annotation Processing related code. 
com.sun.xml.bind.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations. 
 

Uses of AbstractInlineAnnotationReaderImpl in com.sun.tools.jxc.ap
 

Subclasses of AbstractInlineAnnotationReaderImpl in com.sun.tools.jxc.ap
 class InlineAnnotationReaderImpl
          AnnotationReader implementation that reads annotation inline from Annoation Processing.
 

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

Subclasses of AbstractInlineAnnotationReaderImpl in com.sun.xml.bind.v2.model.annotation
 class RuntimeInlineAnnotationReader
          AnnotationReader that uses java.lang.reflect to read annotations from class files.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.