class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler
  super_class: java.lang.Object
{
  final org.springframework.scheduling.concurrent.ConcurrentTaskScheduler this$0;
    descriptor: Lorg/springframework/scheduling/concurrent/ConcurrentTaskScheduler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.springframework.scheduling.concurrent.ConcurrentTaskScheduler);
    descriptor: (Lorg/springframework/scheduling/concurrent/ConcurrentTaskScheduler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler this
         0: .line 274
            aload 0 /* this */
            aload 1
            putfield org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler.this$0:Lorg/springframework/scheduling/concurrent/ConcurrentTaskScheduler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/concurrent/ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable, org.springframework.scheduling.Trigger);
    descriptor: (Ljava/lang/Runnable;Lorg/springframework/scheduling/Trigger;)Ljava/util/concurrent/ScheduledFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler this
         0: .line 277
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tManagedScheduledExecutorService cannot be resolved to a type\n\tManagedScheduledExecutorService cannot be resolved to a type\n\tjavax.enterprise cannot be resolved to a type\n\tLastExecution cannot be resolved to a type\n\tLastExecution cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/concurrent/ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler;
    Signature: (Ljava/lang/Runnable;Lorg/springframework/scheduling/Trigger;)Ljava/util/concurrent/ScheduledFuture<*>;
    MethodParameters:
         Name  Flags
      task     
      trigger  final
}
SourceFile: "ConcurrentTaskScheduler.java"
NestHost: org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
InnerClasses:
  private EnterpriseConcurrentTriggerScheduler = org.springframework.scheduling.concurrent.ConcurrentTaskScheduler$EnterpriseConcurrentTriggerScheduler of org.springframework.scheduling.concurrent.ConcurrentTaskScheduler