Uses of Interface
com.sun.codemodel.JAnnotationWriter

Packages that use JAnnotationWriter
com.sun.codemodel Library for generating Java source code 
com.sun.tools.xjc.generator.annotation.ri   
com.sun.tools.xjc.generator.annotation.spec   
 

Uses of JAnnotationWriter in com.sun.codemodel
 

Methods in com.sun.codemodel with type parameters of type JAnnotationWriter
<W extends JAnnotationWriter>
W
JVar.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JPackage.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JMethod.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JEnumConstant.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JDefinedClass.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JAnnotationArrayMember.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JAnnotatable.annotate2(java.lang.Class<W> clazz)
          Adds an annotation to this program element and returns a type-safe writer to fill in the values of such annotations.
 

Uses of JAnnotationWriter in com.sun.tools.xjc.generator.annotation.ri
 

Subinterfaces of JAnnotationWriter in com.sun.tools.xjc.generator.annotation.ri
 interface OverrideAnnotationOfWriter
           
 interface XmlIsSetWriter
           
 interface XmlLocationWriter
           
 

Uses of JAnnotationWriter in com.sun.tools.xjc.generator.annotation.spec
 

Subinterfaces of JAnnotationWriter in com.sun.tools.xjc.generator.annotation.spec
 interface XmlAccessorOrderWriter
           
 interface XmlAccessorTypeWriter
           
 interface XmlAnyAttributeWriter
           
 interface XmlAnyElementWriter
           
 interface XmlAttachmentRefWriter
           
 interface XmlAttributeWriter
           
 interface XmlElementDeclWriter
           
 interface XmlElementRefsWriter
           
 interface XmlElementRefWriter
           
 interface XmlElementsWriter
           
 interface XmlElementWrapperWriter
           
 interface XmlElementWriter
           
 interface XmlEnumValueWriter
           
 interface XmlEnumWriter
           
 interface XmlIDREFWriter
           
 interface XmlIDWriter
           
 interface XmlInlineBinaryDataWriter
           
 interface XmlJavaTypeAdapterWriter
           
 interface XmlListWriter
           
 interface XmlMimeTypeWriter
           
 interface XmlMixedWriter
           
 interface XmlNsWriter
           
 interface XmlRegistryWriter
           
 interface XmlRootElementWriter
           
 interface XmlSchemaTypesWriter
           
 interface XmlSchemaTypeWriter
           
 interface XmlSchemaWriter
           
 interface XmlSeeAlsoWriter
           
 interface XmlTransientWriter
           
 interface XmlTypeWriter
           
 interface XmlValueWriter
           
 



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