summaryrefslogtreecommitdiff
path: root/core/java/android/annotation/LongDef.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove annotations that have been relocatedChris Wailes2021-04-261-62/+0
| | | | | | | | | These annotations have been relocated to frameworks/libs/modules-utils. This CL removes the files and updates necessary build rules. Bug: 183133670 Test: m Change-Id: I834b9f5320e0b6fe8cb9feb7194c82085b805e07
* Switch @IntDef from long to int, and add @LongDefTor Norbye2017-12-081-0/+62
This CL mirrors changes made to the android.support.annotation version of IntDef, to keep the usage and semantics identical (though the internal version of @IntDef and @LongDef are of course hidden and not part of the SDK.) Test: These annotations have source retention and therefore have no runtime impact; the change was compiling the SDK. Change-Id: Idaf47e8d983c88be1bd8f938615c86611014b45a