spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
https://spring.io/projects/spring-data
Apache License 2.0
782 stars 675 forks source link

Mark API with `@Contract` and `@CheckReturnValue` annotations #3210

Open mp911de opened 5 days ago

mp911de commented 5 days ago

We now express method contracts and indicate where the method return value is important (i.e. when returning a new object instance).

Also, fix @Serial issues, Javadoc and improper visibility/return types.

Closes #3195