Merge "Track API changes associated with AbstractMethod refactoring"
This commit is contained in:
@@ -51898,6 +51898,7 @@ package java.lang.reflect {
|
|||||||
method public abstract java.lang.Class<?>[] getParameterTypes();
|
method public abstract java.lang.Class<?>[] getParameterTypes();
|
||||||
method public java.lang.reflect.Parameter[] getParameters();
|
method public java.lang.reflect.Parameter[] getParameters();
|
||||||
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
|
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 isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
method public abstract java.lang.String toGenericString();
|
method public abstract java.lang.String toGenericString();
|
||||||
|
|||||||
@@ -55254,6 +55254,7 @@ package java.lang.reflect {
|
|||||||
method public abstract java.lang.Class<?>[] getParameterTypes();
|
method public abstract java.lang.Class<?>[] getParameterTypes();
|
||||||
method public java.lang.reflect.Parameter[] getParameters();
|
method public java.lang.reflect.Parameter[] getParameters();
|
||||||
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
|
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 isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
method public abstract java.lang.String toGenericString();
|
method public abstract java.lang.String toGenericString();
|
||||||
|
|||||||
@@ -51978,6 +51978,7 @@ package java.lang.reflect {
|
|||||||
method public abstract java.lang.Class<?>[] getParameterTypes();
|
method public abstract java.lang.Class<?>[] getParameterTypes();
|
||||||
method public java.lang.reflect.Parameter[] getParameters();
|
method public java.lang.reflect.Parameter[] getParameters();
|
||||||
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
|
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 isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
method public abstract java.lang.String toGenericString();
|
method public abstract java.lang.String toGenericString();
|
||||||
|
|||||||
Reference in New Issue
Block a user