From 6fa925a76c0010d3549f1b44fe257c91cecacedb Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Mon, 18 Jan 2016 16:34:04 -0800 Subject: [PATCH] Unhide @Repeatable Bug: 26623636 (cherry-picked from commit c98d6a4c19ab9d5620c05b0f5ccb3b91a9eaba15) Change-Id: I6378d5780def3a26d340f213973a4094e97426f5 --- api/current.txt | 3 +++ api/system-current.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/api/current.txt b/api/current.txt index 59601191f09eb..059eaf8e91cb7 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 8ffd512c798cf..5608e0765cb8d 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 { }