Annotation Interface AfterStep
Marks a method to be called after a
Expected signature:
Step
has completed. Annotated methods are
called regardless of the status of the StepExecution
. Expected signature:
ExitStatus
afterStep(StepExecution
stepExecution);- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: