@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.Optionpublic abstract String separator
, is used by default.Copyright © 2020 Eclipse. All rights reserved.