mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 08:31:26 +00:00
In case 'useBeanValidation' is enabled the relevant annotation classes should be imported on the API as well. In the current version (5.4.0) the resource methods parameters are annotated with @Valid but without importing them.