Annotation Interface Single


@Target(PARAMETER) @Retention(RUNTIME) public @interface Single
Marker annotation to mark that a parameter should NOT be concatenated with the rest of the command arguments.

Also used for CommandParameter.consumesAllString().