@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,ANNOTATION_TYPE})
public @interface Delimiter
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
NONE
A delimiter value used to indicate that no delimiter is required and the result
should be a single element containing the entire string.
|
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The delimiter to use or
NONE if the entire contents should be treated as a
single element. |