We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e13d4e4 + 2e95d51 commit 3f33baaCopy full SHA for 3f33baa
1 file changed
docs/Spring/IoC/2、将bean解析封装成BeanDefinition.md
@@ -503,6 +503,7 @@ protected void processAliasRegistration(Element ele) {
503
504
/**
505
* 解析 bean 元素
506
+ */
507
protected void processBeanDefinition(Element ele, BeanDefinitionParserDelegate delegate) {
508
509
// BeanDefinitionHolder 是对 BeanDefinition 的进一步封装,持有一个 BeanDefinition 对象 及其对应
0 commit comments