public interface com.sun.codemodel.internal.JAnnotationWriter<A extends java.lang.annotation.Annotation>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.codemodel.internal.JAnnotationWriter
super_class: java.lang.Object
{
public abstract com.sun.codemodel.internal.JAnnotationUse getAnnotationUse();
descriptor: ()Lcom/sun/codemodel/internal/JAnnotationUse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.Class<A> getAnnotationType();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<TA;>;
}
Signature: <A::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;
SourceFile: "JAnnotationWriter.java"