Merge "Track API changes associated with AbstractMethod refactoring"

am: 117ef7eb9d

Change-Id: Icceb5e5aa4ba12ac837b838e07d338a805f37614
This commit is contained in:
Neil Fuller
2016-09-21 16:18:36 +00:00
committed by android-build-merger
3 changed files with 3 additions and 0 deletions

View File

@@ -51898,6 +51898,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();

View File

@@ -55254,6 +55254,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();

View File

@@ -51978,6 +51978,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();