Annotation Interface AfterJob
Marks a method to be called after a
Expected signature: void afterJob(
Job
has completed. Annotated methods are
called regardless of the status of the JobExecution
. Expected signature: void afterJob(
JobExecution
jobExecution)- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: