Skip to content

Commit

Permalink
[#1298] Add javadoc to picocli module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 26, 2022
1 parent 29461bd commit 19d0827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
// File > Project Structure... > Modules > picocli_main > Sources:
// select the 'java9' folder and click 'Mark as: Excluded'.

/**
* Defines API and implementation for creating command line (CLI) applications.
*
* @since 4.0.0
*/
module info.picocli {
exports picocli;
requires static java.sql;
Expand Down

0 comments on commit 19d0827

Please sign in to comment.