Skip to content

Commit c4e9a94

Browse files
committed
Update Javadocs of ItemStreamSupport
1 parent 5e48bc0 commit c4e9a94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/infrastructure/item/ItemStreamSupport.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
import org.springframework.util.ClassUtils;
2222

2323
/**
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.
2527
*
2628
* @author Dave Syer
2729
* @author Dean de Bree
@@ -57,7 +59,7 @@ public void setName(String name) {
5759
* will only be used as name of the component in case it hasn't already been
5860
* explicitly set to a value other than the default. {@link #setName(String)}
5961
* @see BeanNameAware#setBeanName(String)
60-
* @since 6.0
62+
* @since 6.0
6163
*/
6264
@Override
6365
public void setBeanName(String name) {

0 commit comments

Comments
 (0)