We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559be29 commit fae6c5bCopy full SHA for fae6c5b
spring-batch-docs/asciidoc/step.adoc
@@ -2311,7 +2311,10 @@ public FlatFileItemReader flatFileItemReader(@Value("#{stepExecutionContext['inp
2311
[NOTE]
2312
====
2313
Any bean that uses late-binding must be declared with scope="step". See
2314
-<<step.adoc#step-scope,Step Scope>> for more information.
+<<step.adoc#step-scope,Step Scope>> for more information. It should be noted
2315
+that a `Step` bean should not be step-scoped. If late-binding is needed in a step
2316
+definition, the components of that step (ie tasklet, item reader/writer, etc)
2317
+are the ones that should be scoped instead.
2318
2319
2320
0 commit comments