spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
376 stars 309 forks source link

Equals method overrides require Nullable annotation on parameter #1325

Closed christophstrobl closed 1 year ago

christophstrobl commented 1 year ago

Otherwise the Kotlin compiler will error with No method 'equals(Any?): Boolean' available when doing !=null checks.