Skip to content

Commit

Permalink
Merge pull request doocs#83 from jason-liu475/patch-3
Browse files Browse the repository at this point in the history
Update 2、将bean解析封装成BeanDefinition.md
  • Loading branch information
yanglbme authored Dec 15, 2020
2 parents e13d4e4 + 2e95d51 commit 3f33baa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ protected void processAliasRegistration(Element ele) {

/**
* 解析 bean 元素
*/
protected void processBeanDefinition(Element ele, BeanDefinitionParserDelegate delegate) {

// BeanDefinitionHolder 是对 BeanDefinition 的进一步封装,持有一个 BeanDefinition 对象 及其对应
Expand Down

0 comments on commit 3f33baa

Please sign in to comment.