public interface net.bytebuddy.build.ToStringPlugin$Enhance extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: net.bytebuddy.build.ToStringPlugin$Enhance
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.build.ToStringPlugin$Enhance$Prefix prefix();
    descriptor: ()Lnet/bytebuddy/build/ToStringPlugin$Enhance$Prefix;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: net.bytebuddy.build.ToStringPlugin$Enhance$Prefix.SIMPLE:Lnet/bytebuddy/build/ToStringPlugin$Enhance$Prefix;

  public abstract boolean includeSyntheticFields();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false
}
SourceFile: "ToStringPlugin.java"
NestHost: net.bytebuddy.build.ToStringPlugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.ToStringPlugin$Enhance of net.bytebuddy.build.ToStringPlugin
  public final Prefix = net.bytebuddy.build.ToStringPlugin$Enhance$Prefix of net.bytebuddy.build.ToStringPlugin$Enhance
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Documented()
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)