public class org.springframework.scheduling.config.TriggerTask extends org.springframework.scheduling.config.Task
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scheduling.config.TriggerTask
  super_class: org.springframework.scheduling.config.Task
{
  private final org.springframework.scheduling.Trigger trigger;
    descriptor: Lorg/springframework/scheduling/Trigger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Runnable, org.springframework.scheduling.Trigger);
    descriptor: (Ljava/lang/Runnable;Lorg/springframework/scheduling/Trigger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.scheduling.config.TriggerTask this
        start local 1 // java.lang.Runnable runnable
        start local 2 // org.springframework.scheduling.Trigger trigger
         0: .line 42
            aload 0 /* this */
            aload 1 /* runnable */
            invokespecial org.springframework.scheduling.config.Task.<init>:(Ljava/lang/Runnable;)V
         1: .line 43
            aload 2 /* trigger */
            ldc "Trigger must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 44
            aload 0 /* this */
            aload 2 /* trigger */
            putfield org.springframework.scheduling.config.TriggerTask.trigger:Lorg/springframework/scheduling/Trigger;
         3: .line 45
            return
        end local 2 // org.springframework.scheduling.Trigger trigger
        end local 1 // java.lang.Runnable runnable
        end local 0 // org.springframework.scheduling.config.TriggerTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/springframework/scheduling/config/TriggerTask;
            0    4     1  runnable  Ljava/lang/Runnable;
            0    4     2   trigger  Lorg/springframework/scheduling/Trigger;
    MethodParameters:
          Name  Flags
      runnable  
      trigger   

  public org.springframework.scheduling.Trigger getTrigger();
    descriptor: ()Lorg/springframework/scheduling/Trigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.config.TriggerTask this
         0: .line 52
            aload 0 /* this */
            getfield org.springframework.scheduling.config.TriggerTask.trigger:Lorg/springframework/scheduling/Trigger;
            areturn
        end local 0 // org.springframework.scheduling.config.TriggerTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/config/TriggerTask;
}
SourceFile: "TriggerTask.java"