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 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"