Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a13e6905 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

api: Un-hide new reflection 1.8 APIs

(cherry-picked from commit 2b11b688)
Change-Id: Ica3dba651f4a9239c39c4c90fb8478a5f6ff8b71
parent 026a5847
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -48198,13 +48198,16 @@ package java.lang {
    method public static java.lang.Class<?> forName(java.lang.String, boolean, java.lang.ClassLoader) throws java.lang.ClassNotFoundException;
    method public A getAnnotation(java.lang.Class<A>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public T[] getAnnotationsByType(java.lang.Class<T>);
    method public java.lang.String getCanonicalName();
    method public java.lang.ClassLoader getClassLoader();
    method public java.lang.Class<?>[] getClasses();
    method public java.lang.Class<?> getComponentType();
    method public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
    method public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException;
    method public T getDeclaredAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public java.lang.Class<?>[] getDeclaredClasses();
    method public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
    method public java.lang.reflect.Constructor<?>[] getDeclaredConstructors() throws java.lang.SecurityException;
@@ -48735,7 +48738,10 @@ package java.lang {
  public class Package implements java.lang.reflect.AnnotatedElement {
    method public A getAnnotation(java.lang.Class<A>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public T[] getAnnotationsByType(java.lang.Class<T>);
    method public java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public java.lang.String getImplementationTitle();
    method public java.lang.String getImplementationVendor();
    method public java.lang.String getImplementationVersion();
@@ -49429,7 +49435,10 @@ package java.lang.reflect {
    ctor protected AccessibleObject();
    method public T getAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public T[] getAnnotationsByType(java.lang.Class<T>);
    method public java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public boolean isAccessible();
    method public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
    method public static void setAccessible(java.lang.reflect.AccessibleObject[], boolean) throws java.lang.SecurityException;
@@ -49439,7 +49448,10 @@ package java.lang.reflect {
  public abstract interface AnnotatedElement {
    method public abstract T getAnnotation(java.lang.Class<T>);
    method public abstract java.lang.annotation.Annotation[] getAnnotations();
    method public abstract T[] getAnnotationsByType(java.lang.Class<T>);
    method public abstract java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class<T>);
    method public abstract java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public abstract T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public abstract boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
  }
+12 −0
Original line number Diff line number Diff line
@@ -50816,13 +50816,16 @@ package java.lang {
    method public static java.lang.Class<?> forName(java.lang.String, boolean, java.lang.ClassLoader) throws java.lang.ClassNotFoundException;
    method public A getAnnotation(java.lang.Class<A>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public T[] getAnnotationsByType(java.lang.Class<T>);
    method public java.lang.String getCanonicalName();
    method public java.lang.ClassLoader getClassLoader();
    method public java.lang.Class<?>[] getClasses();
    method public java.lang.Class<?> getComponentType();
    method public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
    method public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException;
    method public T getDeclaredAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public java.lang.Class<?>[] getDeclaredClasses();
    method public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
    method public java.lang.reflect.Constructor<?>[] getDeclaredConstructors() throws java.lang.SecurityException;
@@ -51353,7 +51356,10 @@ package java.lang {
  public class Package implements java.lang.reflect.AnnotatedElement {
    method public A getAnnotation(java.lang.Class<A>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public T[] getAnnotationsByType(java.lang.Class<T>);
    method public java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public java.lang.String getImplementationTitle();
    method public java.lang.String getImplementationVendor();
    method public java.lang.String getImplementationVersion();
@@ -52047,7 +52053,10 @@ package java.lang.reflect {
    ctor protected AccessibleObject();
    method public T getAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public T[] getAnnotationsByType(java.lang.Class<T>);
    method public java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public boolean isAccessible();
    method public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
    method public static void setAccessible(java.lang.reflect.AccessibleObject[], boolean) throws java.lang.SecurityException;
@@ -52057,7 +52066,10 @@ package java.lang.reflect {
  public abstract interface AnnotatedElement {
    method public abstract T getAnnotation(java.lang.Class<T>);
    method public abstract java.lang.annotation.Annotation[] getAnnotations();
    method public abstract T[] getAnnotationsByType(java.lang.Class<T>);
    method public abstract java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class<T>);
    method public abstract java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public abstract T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    method public abstract boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
  }