Merge "Unhide @Repeatable"

am: 31312ecfd2

* commit '31312ecfd2b701c6b9fdc34156e8a12df3022c25':
  Unhide @Repeatable
This commit is contained in:
Neil Fuller
2016-01-29 16:28:22 +00:00
committed by android-build-merger
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 {
}