summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();