Package com.carfey.ops.job.param
Annotation Type Description
-
@Target(TYPE) @Documented @Retention(RUNTIME) public @interface DescriptionUsed to supply a description of the job implementation by annotatingSchedulableJobimplementations, such as configuration notes, scheduling instructions, etc. This description is shown in the Obsidian job configuration screen.Note: this annotation can be set on any superclass of the job. The
Descriptionclosest to the actualSchedulableJobimplementation will be used.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]urlsIf specified, these values will be output as hyperlinks in the user interface.
-