public class javax.lang.model.util.SimpleAnnotationValueVisitor9<R, P> extends javax.lang.model.util.SimpleAnnotationValueVisitor8<R, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.lang.model.util.SimpleAnnotationValueVisitor9
  super_class: javax.lang.model.util.SimpleAnnotationValueVisitor8
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.lang.model.util.SimpleAnnotationValueVisitor9 this
         0: .line 63
            aload 0 /* this */
            aconst_null
            invokespecial javax.lang.model.util.SimpleAnnotationValueVisitor8.<init>:(Ljava/lang/Object;)V
         1: .line 64
            return
        end local 0 // javax.lang.model.util.SimpleAnnotationValueVisitor9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/lang/model/util/SimpleAnnotationValueVisitor9<TR;TP;>;

  protected void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.lang.model.util.SimpleAnnotationValueVisitor9 this
        start local 1 // java.lang.Object defaultValue
         0: .line 73
            aload 0 /* this */
            aload 1 /* defaultValue */
            invokespecial javax.lang.model.util.SimpleAnnotationValueVisitor8.<init>:(Ljava/lang/Object;)V
         1: .line 74
            return
        end local 1 // java.lang.Object defaultValue
        end local 0 // javax.lang.model.util.SimpleAnnotationValueVisitor9 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavax/lang/model/util/SimpleAnnotationValueVisitor9<TR;TP;>;
            0    2     1  defaultValue  TR;
    Signature: (TR;)V
    MethodParameters:
              Name  Flags
      defaultValue  
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleAnnotationValueVisitor8<TR;TP;>;
SourceFile: "SimpleAnnotationValueVisitor9.java"
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_14:Ljavax/lang/model/SourceVersion;)