Uses of Interface
com.sun.codemodel.JAnnotationWriter

Packages that use JAnnotationWriter
com.sun.codemodel Library for generating Java source code 
 

Uses of JAnnotationWriter in com.sun.codemodel
 

Methods in com.sun.codemodel with type parameters of type JAnnotationWriter
<W extends JAnnotationWriter>
W
JDefinedClass.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.
<W extends JAnnotationWriter>
W
JVar.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
JPackage.annotate2(java.lang.Class<W> clazz)
           
<W extends JAnnotationWriter>
W
JAnnotationArrayMember.annotate2(java.lang.Class<W> clazz)
           
 



Copyright © 2005-2010 Sun Microsystems. All Rights Reserved.