批注接口 JobBatchDefinition


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface JobBatchDefinition
定时批处理任务定义
版本:
$Id: $Id
作者:
zhanglinfeng
  • 元素详细资料

    • batchName

      String batchName
      批处理名称
      返回:
    • group

      String group
      分组
      返回:
      默认值:
      "DEFAULT"
    • initMethod

      String initMethod
      初始化执行的方法
      返回:
    • cron

      String cron
      初始化的 的cron 表达式
      返回:
    • description

      String description
      任务描述
      返回:
      默认值:
      ""