Commit d016661a by abel533

注解去掉 default "",必须指定任务名称。

parent 99c9a2ab
......@@ -19,6 +19,6 @@ import java.lang.annotation.Target;
@Deprecated
public @interface JobHandler {
String value() default "";
String value();
}
......@@ -15,7 +15,7 @@ public @interface XxlJob {
/**
* jobhandler name
*/
String value() default "";
String value();
/**
* init handler, invoked when JobThread init
......
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