summaryrefslogtreecommitdiff
path: root/core/java/android/annotation/ArrayRes.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove annotations that have been relocatedChris Wailes2021-04-261-37/+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
* Add resource reference annotationsTor Norbye2014-03-271-0/+37
These annotations allow you to annotate an int parameter or return value to indicate that the int should correspond to a resource constant (such a R.string.app_name). Change-Id: I3a0b2ef0b943bdf9d5a2e1f978ccf3445eed829a