You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/processor/configuration.adoc
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ options:
17
17
enum-type: string
18
18
one-of-interface: true
19
19
bean-validation: jakarta
20
+
generated: true
20
21
generated-date: true
21
22
format-code: true
22
23
javadoc: true
@@ -61,6 +62,8 @@ With the [.badge .badge-since]+2023.1+ releases this key allows two new values t
61
62
62
63
* `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].
63
64
65
+
* `generated-annotation` (**optional**, `true` or `false`) enable or disable the `@Generated` annotation. Default is `true`.
66
+
64
67
* `generated-date` (**optional**, `true` or `false`) enable or disable the generated date on the `@Generated` annotation. Default is `true`.
65
68
66
69
* `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