spring源码解析AnnotationConfigApplicationContext启动流程分析,加载Bean信息
在spring中提供了多种类型的ApplicationContext,其中AnnotationConfigApplicationContext用来支持基于注解的bean的生成和管理,其类继承结构如下:我们深入其源码,来看看其启动流程:public AnnotationConfigApplicationContext() { this.reader = new AnnotatedBeanDefinitionReader(this); this.scanner = new ClassPathBe