From 324395846083b1748f536372708f243e2bc48ffd Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 8 Sep 2016 12:08:22 +0100 Subject: [PATCH] Track API changes associated with AbstractMethod refactoring No actual API change. Bug: 28666126 Bug: 31052885 Test: make test-art-host and cts run of CtsLibcoreTestCases Change-Id: I8755509f9b6e5387e071a3550b197167bab6ae04 --- api/current.txt | 1 + api/system-current.txt | 1 + api/test-current.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/api/current.txt b/api/current.txt index 4740ecb8af756..8a38b2136bca9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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); 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 abe4c4631c003..175ec87ed399a 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -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); 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 3491fb3e53a49..3544efbce3eb8 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -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); method public boolean isSynthetic(); method public boolean isVarArgs(); method public abstract java.lang.String toGenericString();