vlsi commented on pull request #1929: URL: https://github.com/apache/calcite/pull/1929#issuecomment-663597315
> So far I see there are no @NonNull annotations in the codebase The suggested behavior is `non-null` by default, so I have not added it yet. It should be enough to add `DefaultQualifier` to the topmost package as follows: https://github.com/pgjdbc/pgjdbc/blob/aa190cce2c27ac5f5d4fa33f5d156f8bf04cbe0c/pgjdbc/src/main/java/org/postgresql/package-info.java#L6-L13 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
