summaryrefslogtreecommitdiff
path: root/core/java/android/annotation/IntRange.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove annotations that have been relocatedChris Wailes2021-04-261-48/+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
* Fix @code escapesNeil Fuller2015-12-021-2/+2
| | | | | | | | | The body of {@code} must not be HTML escaped. This is one of several changes that fix the source in conjunction with a doclava fix. Bug: 25757239 Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
* b/22228577: Improve @IntDef annotation to handle special values and rangesTor Norbye2015-07-311-1/+2
| | | | | | | | (Will be used to for example solve 181789: Incorrect/inconsistent lint + documentation for Snackbar ) Change-Id: I843a9286b6af6e14640391e6f0261c398d6963fa
* Additional annotations: @CallSuper, @Keep, etc.Tor Norbye2015-03-051-0/+47
These mirror the new support library annotations, but with source retention. Change-Id: Ib85ceeb37d596aae8cf12d4f8fede3982552d033