@Documented
@Retention(value=SOURCE)
@Target(value={FIELD,PARAMETER})
public @interface CodeType
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Supported of code types.
|
public abstract java.lang.String value