public interface org.hibernate.bytecode.buildtime.spi.Instrumenter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.bytecode.buildtime.spi.Instrumenter
  super_class: java.lang.Object
{
  public abstract void execute(java.util.Set<java.io.File>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Set<Ljava/io/File;>;)V
    MethodParameters:
       Name  Flags
      files  
}
SourceFile: "Instrumenter.java"
NestMembers:
  org.hibernate.bytecode.buildtime.spi.Instrumenter$Options
InnerClasses:
  public abstract Options = org.hibernate.bytecode.buildtime.spi.Instrumenter$Options of org.hibernate.bytecode.buildtime.spi.Instrumenter