public final class com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule
  super_class: java.lang.Object
{
  private final long delay;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule this
        start local 1 // long delay
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 578
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 579
            aload 0 /* this */
            lload 1 /* delay */
            putfield com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule.delay:J
         2: .line 580
            aload 0 /* this */
            aload 3 /* unit */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.concurrent.TimeUnit
            putfield com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule.unit:Ljava/util/concurrent/TimeUnit;
         3: .line 581
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long delay
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/common/util/concurrent/AbstractScheduledService$CustomScheduler$Schedule;
            0    4     1  delay  J
            0    4     3   unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
       Name  Flags
      delay  
      unit   
}
SourceFile: "AbstractScheduledService.java"
NestHost: com.google.common.util.concurrent.AbstractScheduledService
InnerClasses:
  public abstract CustomScheduler = com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler of com.google.common.util.concurrent.AbstractScheduledService
  protected final Schedule = com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule of com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()