BATCH-220: Half way to rename StepHandler -> Tasklet

This commit is contained in:
dsyer
2008-08-28 10:38:26 +00:00
parent 223a58da18
commit ad5b0010dd
38 changed files with 200 additions and 110 deletions

View File

@@ -44,7 +44,7 @@ import org.springframework.batch.retry.policy.SimpleRetryPolicy;
* Template class that simplifies the execution of operations with retry
* semantics. <br/> Retryable operations are encapsulated in implementations of
* the {@link RetryCallback} interface and are executed using one of the
* supplied {@link #execute} methods. <br/>
* supplied execute methods. <br/>
*
* By default, an operation is retried if is throws any {@link Exception} or
* subclass of {@link Exception}. This behaviour can be changed by using the