Class AnnotationJobTriggerPlugin

java.lang.Object
org.knowm.sundial.plugins.AnnotationJobTriggerPlugin
All Implemented Interfaces:
SchedulerPlugin

public class AnnotationJobTriggerPlugin extends Object implements SchedulerPlugin
This plugin adds jobs and schedules them with triggers from annotated Job classes as the scheduler is initialized.
Author:
timmolter
  • Constructor Details

    • AnnotationJobTriggerPlugin

      public AnnotationJobTriggerPlugin(String packageName)
      Constructor
      Parameters:
      packageName - A comma(,) or colon(:) can be used to specify multiple packages to scan for Jobs.
  • Method Details