Unhide @Repeatable

Bug: 26623636
(cherry-picked from commit c98d6a4c19)

Change-Id: I6378d5780def3a26d340f213973a4094e97426f5
This commit is contained in:
Neil Fuller
2016-01-18 16:34:04 -08:00
parent 679e4037f2
commit 6fa925a76c
2 changed files with 6 additions and 0 deletions

View File

@@ -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 {
}

View File

@@ -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 {
}