@Retention(value=SOURCE)
@Target(value=TYPE_USE)
public @interface Delimit
properties of types such as
List to specify how elements should be delimited by the parser.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
eager
Whether list element delimiting is eager or lazy.
|
boolean |
ignoreWhitespace |
java.lang.String |
value |
public abstract java.lang.String value
public abstract boolean eager