소스 검색

update document

xuxueli 5 년 전
부모
커밋
7a2067a69c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/JobHandler.java

+ 1 - 0
xxl-job-core/src/main/java/com/xxl/job/core/handler/annotation/JobHandler.java 파일 보기

@@ -9,6 +9,7 @@ import java.lang.annotation.Target;
9 9
 /**
10 10
  * annotation for job handler
11 11
  *
12
+ * will be replaced by {@link com.xxl.job.core.handler.annotation.XxlJob}
12 13
  *
13 14
  * @author 2016-5-17 21:06:49
14 15
  */