class io.dropwizard.setup.AdminEnvironment$1 extends org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.dropwizard.setup.AdminEnvironment$1
  super_class: org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener
{
  final io.dropwizard.setup.AdminEnvironment this$0;
    descriptor: Lio/dropwizard/setup/AdminEnvironment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.dropwizard.setup.AdminEnvironment);
    descriptor: (Lio/dropwizard/setup/AdminEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.setup.AdminEnvironment$1 this
         0: .line 44
            aload 0 /* this */
            aload 1
            putfield io.dropwizard.setup.AdminEnvironment$1.this$0:Lio/dropwizard/setup/AdminEnvironment;
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener.<init>:()V
            return
        end local 0 // io.dropwizard.setup.AdminEnvironment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/setup/AdminEnvironment$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void lifeCycleStarting(org.eclipse.jetty.util.component.LifeCycle);
    descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.dropwizard.setup.AdminEnvironment$1 this
        start local 1 // org.eclipse.jetty.util.component.LifeCycle event
         0: .line 47
            aload 0 /* this */
            getfield io.dropwizard.setup.AdminEnvironment$1.this$0:Lio/dropwizard/setup/AdminEnvironment;
            invokevirtual io.dropwizard.setup.AdminEnvironment.logTasks:()V
         1: .line 48
            aload 0 /* this */
            getfield io.dropwizard.setup.AdminEnvironment$1.this$0:Lio/dropwizard/setup/AdminEnvironment;
            invokevirtual io.dropwizard.setup.AdminEnvironment.logHealthChecks:()V
         2: .line 49
            return
        end local 1 // org.eclipse.jetty.util.component.LifeCycle event
        end local 0 // io.dropwizard.setup.AdminEnvironment$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/dropwizard/setup/AdminEnvironment$1;
            0    3     1  event  Lorg/eclipse/jetty/util/component/LifeCycle;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "AdminEnvironment.java"
EnclosingMethod: io.dropwizard.setup.AdminEnvironment.<init>:(Lio/dropwizard/jetty/MutableServletContextHandler;Lcom/codahale/metrics/health/HealthCheckRegistry;Lcom/codahale/metrics/MetricRegistry;)V
NestHost: io.dropwizard.setup.AdminEnvironment
InnerClasses:
  io.dropwizard.setup.AdminEnvironment$1
  public abstract AbstractLifeCycleListener = org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener of org.eclipse.jetty.util.component.AbstractLifeCycle