We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c0783 + c68c6fa commit 0811296Copy full SHA for 0811296
framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-method-injection.adoc
@@ -201,7 +201,7 @@ the original class. Consider the following example:
201
<!-- inject dependencies here as required -->
202
</bean>
203
204
- <!-- commandProcessor uses statefulCommandHelper -->
+ <!-- commandManager uses myCommand prototype bean -->
205
<bean id="commandManager" class="fiona.apple.CommandManager">
206
<lookup-method name="createCommand" bean="myCommand"/>
207
0 commit comments