public interface org.hibernate.bytecode.spi.ProxyFactoryFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.bytecode.spi.ProxyFactoryFactory
  super_class: java.lang.Object
{
  public abstract org.hibernate.proxy.ProxyFactory buildProxyFactory();
    descriptor: ()Lorg/hibernate/proxy/ProxyFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.bytecode.spi.BasicProxyFactory buildBasicProxyFactory(java.lang.Class, java.lang.Class[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Class;)Lorg/hibernate/bytecode/spi/BasicProxyFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      superClass  
      interfaces  
}
SourceFile: "ProxyFactoryFactory.java"