Uses of Interface
com.sun.codemodel.JAnnotationWriter
Packages that use JAnnotationWriter
-
Uses of JAnnotationWriter in com.sun.codemodel
Classes in com.sun.codemodel with type parameters of type JAnnotationWriterModifier and TypeClassDescription(package private) class
TypedAnnotationWriter<A extends Annotation,
W extends JAnnotationWriter<A>> Dynamically implements the typed annotation writer interfaces.Classes in com.sun.codemodel that implement JAnnotationWriterModifier and TypeClassDescription(package private) class
TypedAnnotationWriter<A extends Annotation,
W extends JAnnotationWriter<A>> Dynamically implements the typed annotation writer interfaces.Methods in com.sun.codemodel with type parameters of type JAnnotationWriterModifier and TypeMethodDescription<W extends JAnnotationWriter>
WAdds an annotation to this program element and returns a type-safe writer to fill in the values of such annotations.<W extends JAnnotationWriter>
W<W extends JAnnotationWriter>
W<W extends JAnnotationWriter>
W<W extends JAnnotationWriter>
W<W extends JAnnotationWriter>
W<W extends JAnnotationWriter>
W(package private) static <W extends JAnnotationWriter<?>>
WTypedAnnotationWriter.create
(Class<W> w, JAnnotatable annotatable) Creates a new typed annotation writer.