public interface com.sun.codemodel.internal.JAnnotatable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.codemodel.internal.JAnnotatable
  super_class: java.lang.Object
{
  public abstract com.sun.codemodel.internal.JAnnotationUse annotate(com.sun.codemodel.internal.JClass);
    descriptor: (Lcom/sun/codemodel/internal/JClass;)Lcom/sun/codemodel/internal/JAnnotationUse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      clazz  

  public abstract com.sun.codemodel.internal.JAnnotationUse annotate(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Lcom/sun/codemodel/internal/JAnnotationUse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lcom/sun/codemodel/internal/JAnnotationUse;
    MethodParameters:
       Name  Flags
      clazz  

  public abstract boolean removeAnnotation(com.sun.codemodel.internal.JAnnotationUse);
    descriptor: (Lcom/sun/codemodel/internal/JAnnotationUse;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      annotation  

  public abstract <W extends com.sun.codemodel.internal.JAnnotationWriter> W annotate2(java.lang.Class<W>);
    descriptor: (Ljava/lang/Class;)Lcom/sun/codemodel/internal/JAnnotationWriter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <W::Lcom/sun/codemodel/internal/JAnnotationWriter;>(Ljava/lang/Class<TW;>;)TW;
    MethodParameters:
       Name  Flags
      clazz  

  public abstract java.util.Collection<com.sun.codemodel.internal.JAnnotationUse> annotations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lcom/sun/codemodel/internal/JAnnotationUse;>;
}
SourceFile: "JAnnotatable.java"