openapi-generator-for-spring icon indicating copy to clipboard operation
openapi-generator-for-spring copied to clipboard

Remove FindBugs JSR305 and use Spring's @Nullable

Open neiser opened this issue 3 years ago • 0 comments

JSR305 shouldn't be used anymore, as it's unmaintained.

Also generate package-info.java to tell that all APIs are org.springframework.lang.NonNullApi

See also #3.

neiser avatar Nov 10 '21 06:11 neiser