diff options
| author | 2016-01-18 16:34:04 -0800 | |
|---|---|---|
| committer | 2016-01-29 16:17:31 +0000 | |
| commit | 6fa925a76c0010d3549f1b44fe257c91cecacedb (patch) | |
| tree | 27d58829d402966a8fbf0b5a8ed8bb094a1afe83 | |
| parent | 679e4037f2715560226f6316106df8b21e37e010 (diff) | |
Unhide @Repeatable
Bug: 26623636
(cherry-picked from commit c98d6a4c19ab9d5620c05b0f5ccb3b91a9eaba15)
Change-Id: I6378d5780def3a26d340f213973a4094e97426f5
| -rw-r--r-- | api/current.txt | 3 | ||||
| -rw-r--r-- | api/system-current.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 59601191f09e..059eaf8e91cb 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49364,6 +49364,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Repeatable implements java.lang.annotation.Annotation { + } + public abstract class Retention implements java.lang.annotation.Annotation { } diff --git a/api/system-current.txt b/api/system-current.txt index 8ffd512c798c..5608e0765cb8 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -51982,6 +51982,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Repeatable implements java.lang.annotation.Annotation { + } + public abstract class Retention implements java.lang.annotation.Annotation { } |