Track libcore change 45f477557ddaf68cb2fe9603544b95c0e7af9a92

Change-Id: Id1de514f0fc46fead029036ad5aded8ec9899119
This commit is contained in:
Yi Kong
2016-06-13 21:14:35 +01:00
parent 4861329f57
commit af823e0ebf
2 changed files with 6 additions and 0 deletions

View File

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

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