Package play.jobs
Annotation Type On
-
@Retention(RUNTIME) @Target(TYPE) public @interface On
Run the job using a Cron expression We use the Quartz CRON trigger (http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-