提交 d41c992c authored 作者: xuxueli's avatar xuxueli

update document

上级 22b80c5a
...@@ -20,11 +20,11 @@ public @interface XxlJob { ...@@ -20,11 +20,11 @@ public @interface XxlJob {
/** /**
* init handler, invoked when JobThread init * init handler, invoked when JobThread init
*/ */
String init(); String init() default "";
/** /**
* destroy handler, invoked when JobThread destroy * destroy handler, invoked when JobThread destroy
*/ */
String destroy(); String destroy() default "";
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论