public interface org.springframework.context.ApplicationContextAware extends org.springframework.beans.factory.Aware
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.ApplicationContextAware
  super_class: java.lang.Object
{
  public abstract void setApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
                    Name  Flags
      applicationContext  
}
SourceFile: "ApplicationContextAware.java"