public interface org.springframework.context.ApplicationContextInitializer<C extends org.springframework.context.ConfigurableApplicationContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.ApplicationContextInitializer
  super_class: java.lang.Object
{
  public abstract void initialize();
    descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TC;)V
    MethodParameters:
                    Name  Flags
      applicationContext  
}
Signature: <C::Lorg/springframework/context/ConfigurableApplicationContext;>Ljava/lang/Object;
SourceFile: "ApplicationContextInitializer.java"