Skip to content

Commit

Permalink
add Maven Mojo parameter annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wigbam committed Jul 23, 2024
1 parent e970534 commit fa51fc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public class Jsonschema2PojoMojo extends AbstractMojo implements GenerationConfi
* default-value="false"
* @since 1.1.2
*/
@Parameter(property = "jsonschema2pojo.useNestedClasses", defaultValue = "false")
private boolean useNestedClasses = false;

/**
Expand Down

0 comments on commit fa51fc7

Please sign in to comment.