Skip to content

Commit a93cca8

Browse files
committed
#144, add documentation
1 parent f886300 commit a93cca8

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
@@ -15,6 +15,7 @@ options:
1515
model-name-suffix: Resource
1616
one-of-interface: true
1717
bean-validation: true
18+
generated-date: true
1819
format-code: false
1920
javadoc: true
2021
@@ -45,6 +46,8 @@ annotations. Default is `false`. See link:{bean-validation}[Bean Validation Spec
4546

4647
* `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].
4748

49+
* `generated-date` (**optional**, `true` or `false`). enable or disable the generated date on the `@Genearted` annotation. Default is `true`.
50+
4851
[#_model_name_suffix]
4952
=== model name suffix:
5053

0 commit comments

Comments
 (0)