Uses of Interface
com.sun.codemodel.JAnnotationWriter
-
Packages that use JAnnotationWriter Package Description 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 Modifier and Type Method Description <W extends JAnnotationWriter>
WJAnnotatable. annotate2(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>
WJAnnotationArrayMember. annotate2(Class<W> clazz)
<W extends JAnnotationWriter>
WJDefinedClass. annotate2(Class<W> clazz)
<W extends JAnnotationWriter>
WJEnumConstant. annotate2(Class<W> clazz)
<W extends JAnnotationWriter>
WJMethod. annotate2(Class<W> clazz)
<W extends JAnnotationWriter>
WJPackage. annotate2(Class<W> clazz)
<W extends JAnnotationWriter>
WJVar. annotate2(Class<W> clazz)
-