public interface net.bytebuddy.build.HashCodeAndEqualsPlugin$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.HashCodeAndEqualsPlugin$Enhance
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper invokeSuper();
    descriptor: ()Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance$InvokeSuper;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper.IF_DECLARED:Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance$InvokeSuper;

  public abstract boolean simpleComparisonsFirst();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: true

  public abstract boolean includeSyntheticFields();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract boolean permitSubclassEquality();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false
}
SourceFile: "HashCodeAndEqualsPlugin.java"
NestHost: net.bytebuddy.build.HashCodeAndEqualsPlugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InvokeSuper = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper of net.bytebuddy.build.HashCodeAndEqualsPlugin$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;)