@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface API
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
help |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
dependsOn |
java.lang.String |
validation |
java.lang.String |
values |