Skip to content
Commit 32a4e9d2 authored by Neil Fuller's avatar Neil Fuller
Browse files

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
parent 47c1c1ff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment