class com.oracle.svm.hosted.substitute.DeleteImpl extends com.oracle.svm.hosted.substitute.AnnotationImpl implements com.oracle.svm.core.annotate.Delete
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.substitute.DeleteImpl
  super_class: com.oracle.svm.hosted.substitute.AnnotationImpl
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.DeleteImpl this
         0: .line 316
            aload 0 /* this */
            invokespecial com.oracle.svm.hosted.substitute.AnnotationImpl.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.substitute.DeleteImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/DeleteImpl;

  public java.lang.String value();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.DeleteImpl this
         0: .line 319
            ldc ""
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.DeleteImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/DeleteImpl;
}
SourceFile: "DeclarativeSubstitutionProcessor.java"