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
Classes in com.sun.codemodel with type parameters of type JAnnotationWriter Modifier and Type Class Description (package private) class
TypedAnnotationWriter<A extends java.lang.annotation.Annotation,W extends JAnnotationWriter<A>>
Dynamically implements the typed annotation writer interfaces.Classes in com.sun.codemodel that implement JAnnotationWriter Modifier and Type Class Description (package private) class
TypedAnnotationWriter<A extends java.lang.annotation.Annotation,W extends JAnnotationWriter<A>>
Dynamically implements the typed annotation writer interfaces.Methods in com.sun.codemodel with type parameters of type JAnnotationWriter Modifier and Type Method Description <W extends JAnnotationWriter>
WJAnnotatable. 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>
WJAnnotationArrayMember. annotate2(java.lang.Class<W> clazz)
<W extends JAnnotationWriter>
WJDefinedClass. annotate2(java.lang.Class<W> clazz)
<W extends JAnnotationWriter>
WJEnumConstant. annotate2(java.lang.Class<W> clazz)
<W extends JAnnotationWriter>
WJMethod. annotate2(java.lang.Class<W> clazz)
<W extends JAnnotationWriter>
WJPackage. annotate2(java.lang.Class<W> clazz)
<W extends JAnnotationWriter>
WJVar. annotate2(java.lang.Class<W> clazz)
(package private) static <W extends JAnnotationWriter<?>>
WTypedAnnotationWriter. create(java.lang.Class<W> w, JAnnotatable annotatable)
Creates a new typed annotation writer.
-