Annotation Type FlagYielding


@Retention(RUNTIME) @Target(PARAMETER) @API(status=STABLE) public @interface FlagYielding
Indicates that the argument should stop parsing when encountering what could potentially be a flag.

This only has an effect on greedy arguments that consume all remaining input.