fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614)

This commit is contained in:
Juergen Hoeller
2010-10-14 19:49:29 +00:00
parent e1dbb66798
commit 1f1577e33e

View File

@@ -7,9 +7,6 @@
<context:annotation-config/>
<bean class="org.springframework.context.annotation.configuration.AutowiredConfigurationTests$ValueConfig"/>
<bean class="org.springframework.context.annotation.configuration.AutowiredConfigurationTests$ValueConfig" scope="prototype"/>
<!--
<context:component-scan base-package="test.basic.value"/>
-->
</beans>