Annotation Interface BeforeStep
Marks a method to be called before a
Expected signature: void beforeStep(
Step is executed, which comes
after a StepExecution is created and persisted, but before the first
item is read. Expected signature: void beforeStep(
StepExecution stepExecution)- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: