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: examples/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ These are all specific examples only relevant to the Java generator:
118
118
-[java-generate-javax-constraint-annotation](./java-generate-javax-constraint-annotation) - A basic example that shows how Java data models having `javax.validation.constraints` annotations can be generated.
119
119
-[java-generate-javadoc](./java-generate-javadoc) - A basic example of how to generate Java models including JavaDocs.
120
120
-[integrate-into-maven](./integrate-with-maven/) - A basic example that shows how you can integrate Modelina into the Java Maven build process.
121
+
-[java-generate-records](./java-generate-records/) - A basic example that shows how to change Java model type from class to record.
121
122
122
123
### C#
123
124
These are all specific examples only relevant to the C# generator:
0 commit comments