Appearance
Spring管理对象完整过程:
BeanDefinition解析
实例化
属性填充
初始化
BeanPostProcessor
AOP代理
使用
销毁
因为框架需要扩展。
例如:
@Autowired
事务
AOP
都是生命周期中的扩展。