Annotation Type AfterStep


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface AfterStep
    Marks a method to be called after a Step has completed. Annotated methods will be called regardless of the status of the StepExecution.

    Expected signature: ExitStatus afterStep(StepExecution stepExecution);
    Since:
    2.0
    Author:
    Lucas Ward
    See Also:
    StepExecutionListener