Update javadoc of RetryListener interface to be more specific to its actual usage

This commit is contained in:
Chris Schaefer
2014-03-04 12:34:19 -05:00
parent fe05e0daaf
commit f093dc01de

View File

@@ -19,8 +19,8 @@ import org.springframework.batch.core.StepListener;
/**
* <p>
* Marker interface to be implemented by JSR-352 retry listeners. Extends {@link StepListener}
* to allow registration with existing listener methods.
* Interface used internally by RetryListener adapters to provide consistent naming.
* Extends {@link StepListener} to allow registration with existing listener methods.
* </p>
*
* @author Chris Schaefer