public abstract class io.dropwizard.testing.DropwizardTestSupport$ServiceListener<T extends io.dropwizard.Configuration>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.dropwizard.testing.DropwizardTestSupport$ServiceListener
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.testing.DropwizardTestSupport$ServiceListener this
         0: .line 282
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.dropwizard.testing.DropwizardTestSupport$ServiceListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/testing/DropwizardTestSupport$ServiceListener<TT;>;

  public void onRun(T, io.dropwizard.setup.Environment, io.dropwizard.testing.DropwizardTestSupport<T>);
    descriptor: (Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/DropwizardTestSupport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // io.dropwizard.testing.DropwizardTestSupport$ServiceListener this
        start local 1 // io.dropwizard.Configuration configuration
        start local 2 // io.dropwizard.setup.Environment environment
        start local 3 // io.dropwizard.testing.DropwizardTestSupport rule
         0: .line 285
            return
        end local 3 // io.dropwizard.testing.DropwizardTestSupport rule
        end local 2 // io.dropwizard.setup.Environment environment
        end local 1 // io.dropwizard.Configuration configuration
        end local 0 // io.dropwizard.testing.DropwizardTestSupport$ServiceListener this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/dropwizard/testing/DropwizardTestSupport$ServiceListener<TT;>;
            0    1     1  configuration  TT;
            0    1     2    environment  Lio/dropwizard/setup/Environment;
            0    1     3           rule  Lio/dropwizard/testing/DropwizardTestSupport<TT;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/DropwizardTestSupport<TT;>;)V
    MethodParameters:
               Name  Flags
      configuration  
      environment    
      rule           

  public void onStop(io.dropwizard.testing.DropwizardTestSupport<T>);
    descriptor: (Lio/dropwizard/testing/DropwizardTestSupport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.dropwizard.testing.DropwizardTestSupport$ServiceListener this
        start local 1 // io.dropwizard.testing.DropwizardTestSupport rule
         0: .line 289
            return
        end local 1 // io.dropwizard.testing.DropwizardTestSupport rule
        end local 0 // io.dropwizard.testing.DropwizardTestSupport$ServiceListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/testing/DropwizardTestSupport$ServiceListener<TT;>;
            0    1     1  rule  Lio/dropwizard/testing/DropwizardTestSupport<TT;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/dropwizard/testing/DropwizardTestSupport<TT;>;)V
    MethodParameters:
      Name  Flags
      rule  
}
Signature: <T:Lio/dropwizard/Configuration;>Ljava/lang/Object;
SourceFile: "DropwizardTestSupport.java"
NestHost: io.dropwizard.testing.DropwizardTestSupport
InnerClasses:
  public abstract ServiceListener = io.dropwizard.testing.DropwizardTestSupport$ServiceListener of io.dropwizard.testing.DropwizardTestSupport