summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Neil Fuller <nfuller@google.com> 2016-09-21 16:46:25 +0000
committer android-build-merger <android-build-merger@google.com> 2016-09-21 16:46:25 +0000
commit025813ad65031c6c54fa8a10fb41487aaec6e5bd (patch)
treeeb94c391f5dec942e6c11c27bfe3c49af3fe8e9a
parent57b79a27f7b64dcbf84de2b3e9c586ba38fd399f (diff)
parent8ed37211bd8fa072e644dee631380bf1305dd4ca (diff)
Merge "Track API changes associated with AbstractMethod refactoring" am: 117ef7eb9d am: 3fa8bc066b
am: 8ed37211bd Change-Id: I4771be30b206c9f36e5127608c0f27d5bfb6b0ae
-rw-r--r--api/current.txt1
-rw-r--r--api/system-current.txt1
-rw-r--r--api/test-current.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 92160401cae0..05f0cab3ecfd 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -52087,6 +52087,7 @@ package java.lang.reflect {
method public abstract java.lang.Class<?>[] getParameterTypes();
method public java.lang.reflect.Parameter[] getParameters();
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
+ method public final boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
method public boolean isSynthetic();
method public boolean isVarArgs();
method public abstract java.lang.String toGenericString();
diff --git a/api/system-current.txt b/api/system-current.txt
index f3041f744e83..f52ea61b9329 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -55621,6 +55621,7 @@ package java.lang.reflect {
method public abstract java.lang.Class<?>[] getParameterTypes();
method public java.lang.reflect.Parameter[] getParameters();
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
+ method public final boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
method public boolean isSynthetic();
method public boolean isVarArgs();
method public abstract java.lang.String toGenericString();
diff --git a/api/test-current.txt b/api/test-current.txt
index 3db0255afa53..01d8f42d11e0 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -52171,6 +52171,7 @@ package java.lang.reflect {
method public abstract java.lang.Class<?>[] getParameterTypes();
method public java.lang.reflect.Parameter[] getParameters();
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
+ method public final boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
method public boolean isSynthetic();
method public boolean isVarArgs();
method public abstract java.lang.String toGenericString();