Change from JSR-305 annotations to Checker ones #195
Labels
code cleanup
Fix issues reported by Sonar or any other code analysis tools
dependencies
Pull requests that update a dependency file
Milestone
There are a few JSR-305 annotations lurking about. These should be changed to Checker ones (also see #194). Some good reasons to do this are here and here.
We mostly use
@Nullable
and there is one usage of@NotThreadSafe
. Checker has its own@Nullable
. I am not sure about an equivalent for@NotThreadSafe
.Once annotations have been changed, we can remove the JSR-305 dependency.
We need to do this in all our other kiwiproject repositories too!!!
The text was updated successfully, but these errors were encountered: