public interface org.apache.logging.log4j.core.LifeCycle2 extends org.apache.logging.log4j.core.LifeCycle
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.logging.log4j.core.LifeCycle2
  super_class: java.lang.Object
{
  public abstract boolean stop(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      timeout   
      timeUnit  
}
SourceFile: "LifeCycle2.java"