@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
Copyright © 2013 SpringSource. All rights reserved.