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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ options:
15
15
model-name-suffix: Resource
16
16
one-of-interface: true
17
17
bean-validation: true
18
+
generated-date: true
18
19
format-code: false
19
20
javadoc: true
20
21
@@ -45,6 +46,8 @@ annotations. Default is `false`. See link:{bean-validation}[Bean Validation Spec
45
46
46
47
* `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].
47
48
49
+
* `generated-date` (**optional**, `true` or `false`). enable or disable the generated date on the `@Genearted` annotation. Default is `true`.
0 commit comments