@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface DingerText
@DingerText(value = "send to dingtalk at ${date}", tokenId = @DingerTokenId("20200906"), phones = {"13520200906"})
void method(@Keyword String keyword, String date) {...}
| 限定符和类型 | 可选元素和说明 |
|---|---|
AsyncExecuteType |
asyncExecute
asyncExecute
|
boolean |
atAll
atAll. either atAll or phones
|
String[] |
phones
phones. either atAll or phones
|
DingerTokenId |
tokenId
tokenId
|
public abstract String value
public abstract boolean atAll
public abstract String[] phones
public abstract DingerTokenId tokenId
public abstract AsyncExecuteType asyncExecute
Copyright © 2023 AnswerAIL. All rights reserved.