public class io.ebeaninternal.server.core.ClockService
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.core.ClockService
  super_class: java.lang.Object
{
  private java.time.Clock clock;
    descriptor: Ljava/time/Clock;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.time.Clock);
    descriptor: (Ljava/time/Clock;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.core.ClockService this
        start local 1 // java.time.Clock clock
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* clock */
            putfield io.ebeaninternal.server.core.ClockService.clock:Ljava/time/Clock;
         2: .line 14
            return
        end local 1 // java.time.Clock clock
        end local 0 // io.ebeaninternal.server.core.ClockService this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/ebeaninternal/server/core/ClockService;
            0    3     1  clock  Ljava/time/Clock;
    MethodParameters:
       Name  Flags
      clock  

  public void setClock(java.time.Clock);
    descriptor: (Ljava/time/Clock;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.core.ClockService this
        start local 1 // java.time.Clock clock
         0: .line 20
            aload 0 /* this */
            aload 1 /* clock */
            putfield io.ebeaninternal.server.core.ClockService.clock:Ljava/time/Clock;
         1: .line 21
            return
        end local 1 // java.time.Clock clock
        end local 0 // io.ebeaninternal.server.core.ClockService this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/server/core/ClockService;
            0    2     1  clock  Ljava/time/Clock;
    MethodParameters:
       Name  Flags
      clock  

  public long nowMillis();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.core.ClockService this
         0: .line 27
            aload 0 /* this */
            getfield io.ebeaninternal.server.core.ClockService.clock:Ljava/time/Clock;
            invokevirtual java.time.Clock.millis:()J
            lreturn
        end local 0 // io.ebeaninternal.server.core.ClockService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/core/ClockService;
}
SourceFile: "ClockService.java"