摘要: [源码系列:手写spring] IOC第四节:Bean属性注入 主要内容 添加PropertyValue类表示Bean的属性。 为Bean定义对象BeanDefinition添加PropertyValues列表用来存储Bean的各种属性。 Bean实例化时根据PropertyValues填充属性。 代码分支 populate-bean-with-property 阅读全文
posted @ 2023-03-19 17:38 yihuiComeOn 阅读(12) 评论(0) 推荐(0)