summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-01-31 14:09:29 -0800
committerXavier Ducrohet <xav@android.com>2012-01-31 15:56:40 -0800
commitd2726ba47ef49ff7de5cd955d702d0bb99432b4a (patch)
tree22b3570ceeec854d61c0625e37317c2c0b14d8a8 /api/current.txt
parent6c997a9e880e08c354ffd809bd62df9e25e9c4d4 (diff)
downloadframeworks_base-d2726ba47ef49ff7de5cd955d702d0bb99432b4a.zip
frameworks_base-d2726ba47ef49ff7de5cd955d702d0bb99432b4a.tar.gz
frameworks_base-d2726ba47ef49ff7de5cd955d702d0bb99432b4a.tar.bz2
Add tools specific annotations to the API.
Those annotations are not runtime retention and have zero impact on the device builds. Change-Id: I18d905fccfe18eb621e1411d7ae7ba97910cc727
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index bf71f67..fced7f1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -2402,6 +2402,16 @@ package android.animation {
}
+package android.annotation {
+
+ public abstract class SuppressLint implements java.lang.annotation.Annotation {
+ }
+
+ public abstract class TargetApi implements java.lang.annotation.Annotation {
+ }
+
+}
+
package android.app {
public abstract class ActionBar {