update document

pull/15/MERGE
xuxueli 5 years ago
parent 22b80c5ac8
commit d41c992ca1

@ -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 "";
} }

Loading…
Cancel
Save