【spring源码分析】spring ioc容器之前生今世--DefaultListableBeanFactory源码解读
摘要:
1. DefaultListableBeanFactory的作用: 默认实现了ListableBeanFactory和BeanDefinitionRegistry接口,基于bean definition对象,是一个成熟的bean factroy。 最典型的应用是:在访问bean前,先注册所有的def 阅读全文
posted @ 2019-02-11 15:10 无信不立 阅读(395) 评论(0) 推荐(0) 编辑