A basic example that shows how Kotlin data models having javax.validation.constraints
annotations can be generated.
Run this example using:
npm i && npm run start
If you are on Windows, use the start:windows
script instead:
npm i && npm run start:windows