Merge "Track libcore change 45f477557ddaf68cb2fe9603544b95c0e7af9a92" into nyc-dev-plus-aosp

This commit is contained in:
Yi Kong
2016-06-16 16:17:48 +00:00
committed by Android (Google) Code Review
3 changed files with 9 additions and 0 deletions

View File

@@ -51718,6 +51718,9 @@ package java.lang.annotation {
public abstract class Inherited implements java.lang.annotation.Annotation {
}
public abstract class Native implements java.lang.annotation.Annotation {
}
public abstract class Repeatable implements java.lang.annotation.Annotation {
}

View File

@@ -55074,6 +55074,9 @@ package java.lang.annotation {
public abstract class Inherited implements java.lang.annotation.Annotation {
}
public abstract class Native implements java.lang.annotation.Annotation {
}
public abstract class Repeatable implements java.lang.annotation.Annotation {
}

View File

@@ -51798,6 +51798,9 @@ package java.lang.annotation {
public abstract class Inherited implements java.lang.annotation.Annotation {
}
public abstract class Native implements java.lang.annotation.Annotation {
}
public abstract class Repeatable implements java.lang.annotation.Annotation {
}