vlsi commented on PR #703: URL: https://github.com/apache/maven/pull/703#issuecomment-1260787716
Consider using `Nonnull` by default, so the only place when you need to document nullability becomes `@Nullable`. For instance, jspecify did not include `@NonNull` for a long time, and now they say `@NonNull` is rarely needed: https://github.com/jspecify/jspecify/blob/fa7b1d8654e5ec0696b5a8a8c49e275a2121aafd/src/main/java/org/jspecify/nullness/NonNull.java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
