diff --git a/api/current.txt b/api/current.txt index 92160401cae0e..05f0cab3ecfd0 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); 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 f3041f744e830..f52ea61b9329a 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); 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 3db0255afa537..01d8f42d11e0f 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); method public boolean isSynthetic(); method public boolean isVarArgs(); method public abstract java.lang.String toGenericString();