第14集 BeanDefintion的创建方式
【视频来源于:B站up主孙帅suns Spring源码视频】
1、注册BeanDefintion的方式如何根据情况进行选择呢?
xml

注解

扫描

import

2、为什么没有人用@Import
可以通过注解的方式进行对应类型的注册。
3、ImportSelector和ImportBeanDefinitionRegister的区别

4、ImportBeanDefinitionRegister的使用场景

5、如何获取接口的BeanDefinition?
通过FactoryBean实现接口







6、分析AnnotationConfigApplicationContext的构造方法
