Merge "Unhide @Repeatable"

This commit is contained in:
Neil Fuller
2016-01-29 16:19:36 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

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

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