public class org.ehcache.impl.internal.TimeSourceServiceFactory implements org.ehcache.core.spi.service.ServiceFactory<org.ehcache.core.spi.time.TimeSourceService>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.internal.TimeSourceServiceFactory
  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.TimeSourceServiceFactory this
         0: .line 22
            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.TimeSourceServiceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/TimeSourceServiceFactory;

  public org.ehcache.core.spi.time.TimeSourceService create(org.ehcache.spi.service.ServiceCreationConfiguration<org.ehcache.core.spi.time.TimeSourceService, ?>);
    descriptor: (Lorg/ehcache/spi/service/ServiceCreationConfiguration;)Lorg/ehcache/core/spi/time/TimeSourceService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.TimeSourceServiceFactory this
         0: .line 30
            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.TimeSourceServiceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/TimeSourceServiceFactory;
    Signature: (Lorg/ehcache/spi/service/ServiceCreationConfiguration<Lorg/ehcache/core/spi/time/TimeSourceService;*>;)Lorg/ehcache/core/spi/time/TimeSourceService;
    MethodParameters:
               Name  Flags
      configuration  

  public java.lang.Class<org.ehcache.core.spi.time.TimeSourceService> getServiceType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.TimeSourceServiceFactory this
         0: .line 35
            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.TimeSourceServiceFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/TimeSourceServiceFactory;
    Signature: ()Ljava/lang/Class<Lorg/ehcache/core/spi/time/TimeSourceService;>;
}
Signature: Ljava/lang/Object;Lorg/ehcache/core/spi/service/ServiceFactory<Lorg/ehcache/core/spi/time/TimeSourceService;>;
SourceFile: "TimeSourceServiceFactory.java"
    RuntimeInvisibleAnnotations: 
      Component()