You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/item/ItemStreamSupport.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@
21
21
importorg.springframework.util.ClassUtils;
22
22
23
23
/**
24
-
* Empty method implementation of {@link ItemStream}.
24
+
* Support class for {@link ItemStream}s. Provides a default name for components that can
25
+
* be used as a prefix for keys in the {@link ExecutionContext} and which can be
26
+
* overridden by the bean name if the component is a Spring managed bean.
25
27
*
26
28
* @author Dave Syer
27
29
* @author Dean de Bree
@@ -57,7 +59,7 @@ public void setName(String name) {
57
59
* will only be used as name of the component in case it hasn't already been
58
60
* explicitly set to a value other than the default. {@link #setName(String)}
0 commit comments