设计模式 自定义Spring框架拾遗

条目索引

条目正文

PropertyValue类

Why 用以存储xml文件中的bean相关描述的字段
Code image1

BeanDefinitionRegistry

Why 管理bean
功能 提供增删改查bean
为了查找方便内置一个hashmap<String,BeanDefinition>

Bean概述

image1

image2

README

自定义Spring框架