public interface org.hibernate.tool.schema.spi.TargetDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.tool.schema.spi.TargetDescriptor
  super_class: java.lang.Object
{
  public abstract java.util.EnumSet<org.hibernate.tool.schema.TargetType> getTargetTypes();
    descriptor: ()Ljava/util/EnumSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/EnumSet<Lorg/hibernate/tool/schema/TargetType;>;

  public abstract org.hibernate.tool.schema.spi.ScriptTargetOutput getScriptTargetOutput();
    descriptor: ()Lorg/hibernate/tool/schema/spi/ScriptTargetOutput;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TargetDescriptor.java"