Annotation Interface BatchJob


@Target(TYPE) @Retention(RUNTIME) @Indexed public @interface BatchJob
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
    when to run the batchjob, format is "minutes hours day-of-month month day-of-week"
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
     
  • Element Details

    • id

      String id
    • description

      String description
      Default:
      ""
    • schedule

      String schedule
      when to run the batchjob, format is "minutes hours day-of-month month day-of-week"
    • active

      boolean active
      Default:
      true