@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ParsedAsList
Option
.
When annotated with ParsedAsList
, the option value is parsed as a list. The value is split and then each
segment is trimmed.Option
public abstract String separator
,
is used by default.Copyright © 2022 Eclipse. All rights reserved.