mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9f74a64c18
This commit harmonizes AnnotationDrivenBeanDefinitionParser so that it does not instantiate a property value while parsing the element. Rather, it creates an inner bean definition so that the property is created during the refresh phase. Closes gh-31472