Skip to content

Commit

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

/**
* Defines a picocli annotation processor API and implementation,
* and tools for generating GraalVM configuration files and man-page documentation.
*
* @since 4.7.0
*/
module info.picocli.codegen {
requires info.picocli;
requires java.compiler;
Expand Down

0 comments on commit 29461bd

Please sign in to comment.