Commit d41c992c by xuxueli

update document

parent 22b80c5a
......@@ -20,11 +20,11 @@ public @interface XxlJob {
/**
* init handler, invoked when JobThread init
*/
String init();
String init() default "";
/**
* destroy handler, invoked when JobThread destroy
*/
String destroy();
String destroy() default "";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment