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