public interface org.hibernate.tool.schema.spi.SchemaDropper
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.tool.schema.spi.SchemaDropper
  super_class: java.lang.Object
{
  public abstract void doDrop(org.hibernate.boot.Metadata, org.hibernate.tool.schema.spi.ExecutionOptions, org.hibernate.tool.schema.spi.SourceDescriptor, org.hibernate.tool.schema.spi.TargetDescriptor);
    descriptor: (Lorg/hibernate/boot/Metadata;Lorg/hibernate/tool/schema/spi/ExecutionOptions;Lorg/hibernate/tool/schema/spi/SourceDescriptor;Lorg/hibernate/tool/schema/spi/TargetDescriptor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      metadata          
      options           
      sourceDescriptor  
      targetDescriptor  

  public abstract org.hibernate.tool.schema.spi.DelayedDropAction buildDelayedAction(org.hibernate.boot.Metadata, org.hibernate.tool.schema.spi.ExecutionOptions, org.hibernate.tool.schema.spi.SourceDescriptor);
    descriptor: (Lorg/hibernate/boot/Metadata;Lorg/hibernate/tool/schema/spi/ExecutionOptions;Lorg/hibernate/tool/schema/spi/SourceDescriptor;)Lorg/hibernate/tool/schema/spi/DelayedDropAction;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      metadata          
      options           
      sourceDescriptor  
}
SourceFile: "SchemaDropper.java"
    RuntimeInvisibleAnnotations: 
      org.hibernate.Incubating()