commit | 7b48eb343b9dc515e38ef58f423d3d98bdd96858 | [log] [tgz] |
---|---|---|
author | Sunny Shao <[email protected]> | Wed Dec 13 22:04:28 2023 +0800 |
committer | sunnyshao <[email protected]> | Mon Jan 08 18:05:40 2024 +0800 |
tree | a7990165121ceb40135a2c0874bbc11d5336fda3 | |
parent | 60b6a74df90709a2a3edf94e665df8674708773a [diff] |
Add a linter requiring Nullability Annotations -This linter only check Java source and its public methods. -Apply to method return type not primitives or void. -Apply to method parameters not primitives. -Check the android.annotation.NonNull / android.annotation.Nullable to replace with androidx.annotation.NonNull / androidx.annotation.Nullable. Bug: 307770597 Test: manual test Change-Id: I32422e23c8387c52e9f0cad3e5833b2cab1fa842