public class org.ehcache.management.registry.DefaultManagementRegistryFactory implements ServiceFactory<org.ehcache.management.ManagementRegistryService>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.management.registry.DefaultManagementRegistryFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.management.registry.DefaultManagementRegistryFactory this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.ehcache.core cannot be resolved\n\tThe import org.ehcache.spi cannot be resolved\n\tServiceFactory cannot be resolved to a type\n\tServiceCreationConfiguration cannot be resolved to a type\n\tThe method getServiceType() of type DefaultManagementRegistryFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.management.registry.DefaultManagementRegistryFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/management/registry/DefaultManagementRegistryFactory;

  public org.ehcache.management.ManagementRegistryService create(ServiceCreationConfiguration<org.ehcache.management.ManagementRegistryService>);
    descriptor: (LServiceCreationConfiguration;)Lorg/ehcache/management/ManagementRegistryService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.management.registry.DefaultManagementRegistryFactory this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServiceCreationConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.management.registry.DefaultManagementRegistryFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/management/registry/DefaultManagementRegistryFactory;
    Signature: (LServiceCreationConfiguration<Lorg/ehcache/management/ManagementRegistryService;>;)Lorg/ehcache/management/ManagementRegistryService;
    MethodParameters:
               Name  Flags
      configuration  

  public java.lang.Class<org.ehcache.management.ManagementRegistryService> getServiceType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.management.registry.DefaultManagementRegistryFactory this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getServiceType() of type DefaultManagementRegistryFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.management.registry.DefaultManagementRegistryFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/management/registry/DefaultManagementRegistryFactory;
    Signature: ()Ljava/lang/Class<Lorg/ehcache/management/ManagementRegistryService;>;
}
Signature: Ljava/lang/Object;LServiceFactory<Lorg/ehcache/management/ManagementRegistryService;>;
SourceFile: "DefaultManagementRegistryFactory.java"