Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package-info.java with null-safety annotations
This new file includes annotations to enforce non-null default behavior for types, fields, methods, and parameters. It improves code robustness by ensuring that null values are not implicitly allowed.
- Loading branch information