Annotation Type FlagYielding


@Retention(RUNTIME) @Target(PARAMETER) @API(status=STABLE, since="1.7.0") 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.

Since:
1.7.0