public abstract class javax.lang.model.util.AbstractAnnotationValueVisitor14<R, P> extends javax.lang.model.util.AbstractAnnotationValueVisitor9<R, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javax.lang.model.util.AbstractAnnotationValueVisitor14
  super_class: javax.lang.model.util.AbstractAnnotationValueVisitor9
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.lang.model.util.AbstractAnnotationValueVisitor14 this
         0: .line 54
            aload 0 /* this */
            invokespecial javax.lang.model.util.AbstractAnnotationValueVisitor9.<init>:()V
         1: .line 55
            return
        end local 0 // javax.lang.model.util.AbstractAnnotationValueVisitor14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/lang/model/util/AbstractAnnotationValueVisitor14<TR;TP;>;
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractAnnotationValueVisitor9<TR;TP;>;
SourceFile: "AbstractAnnotationValueVisitor14.java"
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_15:Ljavax/lang/model/SourceVersion;)