Package com.carfey.ops.job
Annotation Type SchedulableJob.ScheduledRun
-
@Target(METHOD) @Documented @Retention(RUNTIME) public static @interface SchedulableJob.ScheduledRunUsed to annotate a method to execute on a class annotated withSchedulableJob.Schedulable.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intexecutionOrderIndicates the order in which to execute methods.
-