@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) @Documented public @interface ImportField
可以加到 field 或 setter上, 但是必须有setter方法
Modifier and Type | Required Element and Description |
---|---|
int |
value
列 从 0 开始
|
Copyright © 2024. All rights reserved.