We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 715e38c + 05a880e commit fd676edCopy full SHA for fd676ed
framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-properties-detailed.adoc
@@ -102,8 +102,8 @@ following snippet:
102
----
103
<bean id="theTargetBean" class="..." />
104
105
- <bean id="client" class="...">
106
- <property name="targetName" value="theTargetBean"/>
+ <bean id="theClientBean" class="...">
+ <property name="targetName" ref="theTargetBean"/>
107
</bean>
108
109
0 commit comments