Merge "Track API changes associated with AbstractMethod refactoring" am: 117ef7eb9d am: 3fa8bc066b
am: 8ed37211bd
Change-Id: I4771be30b206c9f36e5127608c0f27d5bfb6b0ae
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user