diff --git a/src/main/java/picocli/CommandLine.java b/src/main/java/picocli/CommandLine.java index 498890dbc..c8e245a53 100644 --- a/src/main/java/picocli/CommandLine.java +++ b/src/main/java/picocli/CommandLine.java @@ -4973,8 +4973,6 @@ private static class NoDefaultProvider implements IDefaultValueProvider { * } * } * } - *

If this interface does not meet your requirements, you may have a look at the more powerful - * and flexible {@link IParameterPreprocessor} interface introduced with picocli 4.6.

* @see Option#parameterConsumer() * @see Parameters#parameterConsumer() * @since 4.0 */