[Java] Additional enum type annotations (#8389)

* [Java] Additional enum type annotations

* [Java] Additional enum type annotations
This commit is contained in:
Oleh Kurpiak
2021-03-04 17:33:00 +02:00
committed by GitHub
parent e18d4b97e0
commit 976b4aa757
82 changed files with 133 additions and 47 deletions

View File

@@ -7,6 +7,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |controllers|