public class org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory implements org.ehcache.core.spi.service.ServiceFactory<org.ehcache.spi.copy.CopyProvider>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory
  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.impl.internal.spi.copy.DefaultCopyProviderFactory this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tComponent cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/spi/copy/DefaultCopyProviderFactory;

  public org.ehcache.spi.copy.CopyProvider create(org.ehcache.spi.service.ServiceCreationConfiguration<org.ehcache.spi.copy.CopyProvider, ?>);
    descriptor: (Lorg/ehcache/spi/service/ServiceCreationConfiguration;)Lorg/ehcache/spi/copy/CopyProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/spi/copy/DefaultCopyProviderFactory;
    Signature: (Lorg/ehcache/spi/service/ServiceCreationConfiguration<Lorg/ehcache/spi/copy/CopyProvider;*>;)Lorg/ehcache/spi/copy/CopyProvider;
    MethodParameters:
               Name  Flags
      configuration  final

  public java.lang.Class<org.ehcache.spi.copy.CopyProvider> getServiceType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.impl.internal.spi.copy.DefaultCopyProviderFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/spi/copy/DefaultCopyProviderFactory;
    Signature: ()Ljava/lang/Class<Lorg/ehcache/spi/copy/CopyProvider;>;
}
Signature: Ljava/lang/Object;Lorg/ehcache/core/spi/service/ServiceFactory<Lorg/ehcache/spi/copy/CopyProvider;>;
SourceFile: "DefaultCopyProviderFactory.java"
    RuntimeInvisibleAnnotations: 
      Component()