@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface CheckOption
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
description
The option's description.
|
java.lang.String |
name
The option's name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
multilineText
Whether this option is multiline text (rendering advice for configuration
UI).
|
public abstract java.lang.String name
public abstract java.lang.String description
public abstract boolean multilineText