-
@Retention(value=RUNTIME)
@Target(value=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 and Description |
String |
value |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly