@Inherited @Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface RepeatSubmit
| Modifier and Type | Optional Element and Description |
|---|---|
int |
times
可以重复多少次 默认为1次
|
boolean |
withParams
是否忽略参数
|
Copyright © 2024. All rights reserved.