Closed ghost closed 1 year ago
There is no runtime dependency on the module, and given how few usages there are the only fix you're likely to see for this would be dropping the @Nonnull
annotations entirely. Would that be acceptable here?
Yes. I agree.
Hi!
The class is using javax.annotation.NonNull, instead of its jakarta.* counterpart. Can you guys fix it?
Thanks!