Using SL with Java and both the VS Code and Eclipse plugins. I know that I can use @NonNullByDefault at the package level and it will apply that default to everything in the package. Is there a way to set that as the default for the project (or a multi-project build) so we can just set it once, and don’t need to annotate every package?
Thanks!