You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the checker could recognize annotations from the jsr305 package since a lot of tools already support this and it would minimize the clutter in the code if we could just use the javax.annotation.Nonnull present in the code instead of adding additional annotation. The checker NotNull annotation could be used where javax Nonnull is not supported.
The text was updated successfully, but these errors were encountered:
This is more a wish than a bug
It would be nice if the checker could recognize annotations from the jsr305 package since a lot of tools already support this and it would minimize the clutter in the code if we could just use the javax.annotation.Nonnull present in the code instead of adding additional annotation. The checker NotNull annotation could be used where javax Nonnull is not supported.
The text was updated successfully, but these errors were encountered: