public class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext implements org.springframework.context.annotation.AnnotationConfigRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
  super_class: java.lang.Object
{
  private final org.springframework.context.annotation.AnnotatedBeanDefinitionReader reader;
    descriptor: Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.context.annotation.ClassPathBeanDefinitionScanner scanner;
    descriptor: Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.lang.Class<?>> annotatedClasses;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Class<*>;>;

  private java.lang.String[] basePackages;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method setEnvironment(ConfigurableEnvironment) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method getBeanFactory() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;

  public void <init>(org.springframework.beans.factory.support.DefaultListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method setEnvironment(ConfigurableEnvironment) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method getBeanFactory() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
             Name  Flags
      beanFactory  

  public void <init>(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method setEnvironment(ConfigurableEnvironment) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method getBeanFactory() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    Signature: ([Ljava/lang/Class<*>;)V
    MethodParameters:
                  Name  Flags
      annotatedClasses  

  public void <init>(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebApplicationContext) is undefined\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method refresh() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method setEnvironment(ConfigurableEnvironment) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method getBeanFactory() is undefined for the type AnnotationConfigServletWebApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n\tThe method registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
              Name  Flags
      basePackages  

  public void setEnvironment(org.springframework.core.env.ConfigurableEnvironment);
    descriptor: (Lorg/springframework/core/env/ConfigurableEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 123
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setEnvironment(ConfigurableEnvironment) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
             Name  Flags
      environment  

  public void setBeanNameGenerator(org.springframework.beans.factory.support.BeanNameGenerator);
    descriptor: (Lorg/springframework/beans/factory/support/BeanNameGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getBeanFactory() is undefined for the type AnnotationConfigServletWebApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
                   Name  Flags
      beanNameGenerator  

  public void setScopeMetadataResolver(org.springframework.context.annotation.ScopeMetadataResolver);
    descriptor: (Lorg/springframework/context/annotation/ScopeMetadataResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
                       Name  Flags
      scopeMetadataResolver  

  public final void register(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 176
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    Signature: ([Ljava/lang/Class<*>;)V
    MethodParameters:
                  Name  Flags
      annotatedClasses  

  public final void scan(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 189
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
              Name  Flags
      basePackages  

  protected void prepareRefresh();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 195
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method prepareRefresh() of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;

  protected void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method postProcessBeanFactory(ConfigurableListableBeanFactory) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n\tGenericWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    MethodParameters:
             Name  Flags
      beanFactory  

  public <T> void registerBean(java.lang.String, java.lang.Class<T>, java.util.function.Supplier<T>, org.springframework.beans.factory.config.BeanDefinitionCustomizer[]);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
         0: .line 212
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) of type AnnotationConfigServletWebApplicationContext must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebApplicationContext;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;Ljava/util/function/Supplier<TT;>;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    MethodParameters:
             Name  Flags
      beanName     
      beanClass    
      supplier     
      customizers  
}
SourceFile: "AnnotationConfigServletWebApplicationContext.java"