@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterStep
Step
has completed. Annotated
methods will be called regardless of the status of the StepExecution
. ExitStatus
afterStep(StepExecution
stepExecution);StepExecutionListener