org.springframework.batch.core.annotation
Annotation Type AfterStep


@Retention(value=RUNTIME)
@Target(value=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



Copyright © 2013 SpringSource. All Rights Reserved.