summaryrefslogtreecommitdiff
path: root/core/java/android/annotation/TargetApi.java
Commit message (Collapse)AuthorAgeFilesLines
* Move annotations in public api to frameworks/baseAnton Hansson2021-09-161-0/+36
| | | | | | | | | | | | These two are the only annotations in the android.annotations package that are not @hide -- they are actually in the public API. As such, they are not suitable in the annotations library. Move them back to frameworks/base where the other core java APIs live. Bug: 186197911 Test: m Change-Id: Ide01e4e7840bddf1e024e9024771e528d17a1d80
* Remove annotations that have been relocatedChris Wailes2021-04-301-36/+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 Merged-In: I834b9f5320e0b6fe8cb9feb7194c82085b805e07 Change-Id: I834b9f5320e0b6fe8cb9feb7194c82085b805e07
* 64123323: Allow marking fields with @TargetApi(XX)Tor Norbye2017-08-031-1/+2
| | | | | Test: Tested as part of lint Change-Id: I52dcc0ea788ed916d23be4d7c9fb76755a1aa6b8
* Add tools specific annotations to the API.Xavier Ducrohet2012-01-311-0/+35
Those annotations are not runtime retention and have zero impact on the device builds. Change-Id: I18d905fccfe18eb621e1411d7ae7ba97910cc727