Open jiri-meluzin opened 8 months ago
When a field in json schema is required and includeJsr303Annotations then compiler complains about missing checks of nullability of the fields.
I have introduced new config option includeRequireNonNullOnRequiredFields which added required checks so no nullability compiler warnings
When a field in json schema is required and includeJsr303Annotations then compiler complains about missing checks of nullability of the fields.
I have introduced new config option includeRequireNonNullOnRequiredFields which added required checks so no nullability compiler warnings