public interface org.hibernate.tool.schema.spi.DelayedDropRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.tool.schema.spi.DelayedDropRegistry
  super_class: java.lang.Object
{
  public abstract void registerOnCloseAction(org.hibernate.tool.schema.spi.DelayedDropAction);
    descriptor: (Lorg/hibernate/tool/schema/spi/DelayedDropAction;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      action  
}
SourceFile: "DelayedDropRegistry.java"