From bbc75f34e6b43c8310fb1deff02b0508acdf9659 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Tue, 17 Dec 2013 08:41:25 -0800 Subject: Hide NonNull and Nullable. These should not be used in app code; instead, we will add class-file retention versions of these to the support library. Change-Id: I13275bd28529f5da04d923688655be35c77dbb1c --- core/java/android/annotation/Nullable.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/java/android/annotation/Nullable.java') diff --git a/core/java/android/annotation/Nullable.java b/core/java/android/annotation/Nullable.java index cdba2f6..43f42fa 100644 --- a/core/java/android/annotation/Nullable.java +++ b/core/java/android/annotation/Nullable.java @@ -34,6 +34,8 @@ import static java.lang.annotation.RetentionPolicy.SOURCE; * null. *

* This is a marker annotation and it has no specific attributes. + * + * @hide */ @Retention(SOURCE) @Target({METHOD, PARAMETER, FIELD}) -- cgit v1.1