public class org.ehcache.core.spi.time.SystemTimeSource implements org.ehcache.core.spi.time.TimeSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.core.spi.time.SystemTimeSource
  super_class: java.lang.Object
{
  public static final org.ehcache.core.spi.time.TimeSource INSTANCE;
    descriptor: Lorg/ehcache/core/spi/time/TimeSource;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 27
            new org.ehcache.core.spi.time.SystemTimeSource
            dup
            invokespecial org.ehcache.core.spi.time.SystemTimeSource.<init>:()V
            putstatic org.ehcache.core.spi.time.SystemTimeSource.INSTANCE:Lorg/ehcache/core/spi/time/TimeSource;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.spi.time.SystemTimeSource this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            return
        end local 0 // org.ehcache.core.spi.time.SystemTimeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/core/spi/time/SystemTimeSource;

  public long getTimeMillis();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.core.spi.time.SystemTimeSource this
         0: .line 38
            invokestatic java.lang.System.currentTimeMillis:()J
            lreturn
        end local 0 // org.ehcache.core.spi.time.SystemTimeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/spi/time/SystemTimeSource;
}
SourceFile: "SystemTimeSource.java"