Annotation Type CronTrigger


@Target(TYPE) @Retention(RUNTIME) public @interface CronTrigger
  • Element Details

    • cron

      String cron
      Default:
      ""
    • timeZone

      String timeZone
      Default:
      ""
    • isConcurrencyAllowed

      boolean isConcurrencyAllowed
      Default:
      false
    • jobDataMap

      String[] jobDataMap
      Default:
      {}