commit | 32a4e9d295166256c39474438c1bca2fdc5fcbaf | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Tue Jul 20 16:12:45 2021 +0100 |
committer | Neil Fuller <nfuller@google.com> | Tue Jul 20 16:26:42 2021 +0100 |
tree | 50a2c3a9783b4f7fc09d6fb8c00071639f87087f | |
parent | 47c1c1ff98b3f845686a021e23fe6e8254ffa3ff [diff] |
Tidy up annotations in timedetector, etc. Platform annotations like @Nullable / @NonNull are not TYPE_USE annotations. Move usages on fields to before access modifiers for consistency. @IntDef / @StringDef can apparently be TYPE_USE and TYPE_PARAMETER, so switch to using them as such. Also fix retention policy at the same time. Bug: 165832200 Test: compiler only (treehugger) Change-Id: I621ea50d09262807963a8a74c3838ff1b516bc26