Unhide @Repeatable

Bug: 26623636
Change-Id: Ib13a06e8997a06205a59889feded49d5d1725773
This commit is contained in:
Neil Fuller
2016-01-18 16:34:04 -08:00
parent 812c463307
commit c98d6a4c19
3 changed files with 9 additions and 0 deletions

View File

@@ -50458,6 +50458,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

@@ -53167,6 +53167,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

@@ -50474,6 +50474,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 {
}