@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Delimiter
List,
Set, or a T[] array type, should be parsed by splitting
the input based on the given value() in this annotation.
Note that, by default, the delimiter is a single space.
| Modifier and Type | Required Element and Description |
|---|---|
char |
value
The delimiter character
|