Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d016661a
authored
Dec 19, 2019
by
abel533
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
注解去掉 default "",必须指定任务名称。
parent
99c9a2ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/JobHandler.java
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/XxlJob.java
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/JobHandler.java
View file @
d016661a
...
...
@@ -19,6 +19,6 @@ import java.lang.annotation.Target;
@Deprecated
public
@interface
JobHandler
{
String
value
()
default
""
;
String
value
();
}
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/XxlJob.java
View file @
d016661a
...
...
@@ -15,7 +15,7 @@ public @interface XxlJob {
/**
* jobhandler name
*/
String
value
()
default
""
;
String
value
();
/**
* init handler, invoked when JobThread init
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment