File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ class SampleJob: Job { <1>
6666----
6767
6868<1> Implements `org.quartz.Job`
69- <2> Creates a trigger using the javadoc:quartz.Scheduled[] annotation
69+ <2> Creates a trigger using the javadoc:quartz.Scheduled[artifact="jooby-quartz" ] annotation
7070
7171=== Jobs
7272
7373A Job must implements `org.quartz.Job` interface or `org.quartz.InterruptableJob` as described in
7474http://www.quartz-scheduler.org/documentation[Quartz documentation] or if you prefer just annotates
75- an arbitrary method with the javadoc:quartz.Scheduled[] annotation:
75+ an arbitrary method with the javadoc:quartz.Scheduled[artifact="jooby-quartz" ] annotation:
7676
7777.Without Job interface
7878[source, java, role="primary"]
@@ -205,7 +205,7 @@ public class MyJob {
205205
206206=== Triggers
207207
208- The javadoc:quartz.Scheduled[] annotation supports simple and cron triggers as well as property references:
208+ The javadoc:quartz.Scheduled[artifact="jooby-quartz" ] annotation supports simple and cron triggers as well as property references:
209209
210210.Run every hour, repeat for ever:
211211----
You can’t perform that action at this time.
0 commit comments