Skip to content

Commit dc5262b

Browse files
committed
add documentation (#269)
1 parent 3718d0a commit dc5262b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/ROOT/pages/processor/configuration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ options:
1717
enum-type: string
1818
one-of-interface: true
1919
bean-validation: jakarta
20+
generated: true
2021
generated-date: true
2122
format-code: true
2223
javadoc: true
@@ -61,6 +62,8 @@ With the [.badge .badge-since]+2023.1+ releases this key allows two new values t
6162

6263
* `one-of-interface` (**optional**, `true` or `false`) enables generation of marker interfaces for `oneOf` objects. See xref:processor/one-of-interface.adoc#_marker_interfaces[oneOf marker interfaces].
6364

65+
* `generated-annotation` (**optional**, `true` or `false`) enable or disable the `@Generated` annotation. Default is `true`.
66+
6467
* `generated-date` (**optional**, `true` or `false`) enable or disable the generated date on the `@Generated` annotation. Default is `true`.
6568

6669
* `clear-target-dir` (**optional**, `true` or `false`) enable or disable clearing of the `targetDir` when the processor is writing the generated files. Default is `true`.

0 commit comments

Comments
 (0)