public interface org.springframework.scheduling.TriggerContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.scheduling.TriggerContext
  super_class: java.lang.Object
{
  public java.time.Clock getClock();
    descriptor: ()Ljava/time/Clock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.TriggerContext this
         0: .line 40
            invokestatic java.time.Clock.systemDefaultZone:()Ljava/time/Clock;
            areturn
        end local 0 // org.springframework.scheduling.TriggerContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/TriggerContext;

  public abstract java.util.Date lastScheduledExecutionTime();
    descriptor: ()Ljava/util/Date;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract java.util.Date lastActualExecutionTime();
    descriptor: ()Ljava/util/Date;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract java.util.Date lastCompletionTime();
    descriptor: ()Ljava/util/Date;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "TriggerContext.java"