Skip to content

Commit

Permalink
Extend javadoc of IParameterConsumer interface
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and remkop committed Jan 5, 2021
1 parent 7fc413d commit aebb211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/picocli/CommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -4973,6 +4973,8 @@ private static class NoDefaultProvider implements IDefaultValueProvider {
* }
* }
* }</pre>
* <p>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.</p>
* @see Option#parameterConsumer()
* @see Parameters#parameterConsumer()
* @since 4.0 */
Expand Down

0 comments on commit aebb211

Please sign in to comment.