diff options
| author | Tor Norbye <tnorbye@google.com> | 2013-12-17 08:41:25 -0800 |
|---|---|---|
| committer | Tor Norbye <tnorbye@google.com> | 2013-12-17 08:44:38 -0800 |
| commit | bbc75f34e6b43c8310fb1deff02b0508acdf9659 (patch) | |
| tree | f8de2580bb71abbf462f1ec33d973c6d047d5d46 /core/java/android/annotation/Nullable.java | |
| parent | c594e9d90465d9d60447ad8aff9d07625474f69c (diff) | |
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
Diffstat (limited to 'core/java/android/annotation/Nullable.java')
| -rw-r--r-- | core/java/android/annotation/Nullable.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/annotation/Nullable.java b/core/java/android/annotation/Nullable.java index cdba2f6287bd..43f42fa21f7f 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. * <p> * This is a marker annotation and it has no specific attributes. + * + * @hide */ @Retention(SOURCE) @Target({METHOD, PARAMETER, FIELD}) |
