Class java.lang.Class
Removed Methods | |
---|---|
boolean isAnnotationPresent(Class<Annotation> )
|
Changed Methods | ||
---|---|---|
Constructor<T> getConstructor (Class<?> )
|
Change in exceptions thrown from java.lang.NoSuchMethodException to (java.lang.NoSuchMethodException, java.lang.SecurityException ). |
|
Constructor<?> getConstructors ()
|
Change in exceptions thrown from no exceptions to java.lang.SecurityException . |
|
Constructor<T> getDeclaredConstructor (Class<?> )
|
Change in exceptions thrown from java.lang.NoSuchMethodException to (java.lang.NoSuchMethodException, java.lang.SecurityException ). |
|
Constructor<?> getDeclaredConstructors ()
|
Change in exceptions thrown from no exceptions to java.lang.SecurityException . |
|
Method getDeclaredMethod (String, Class<?> )
|
Change in exceptions thrown from java.lang.NoSuchMethodException to (java.lang.NoSuchMethodException, java.lang.SecurityException ). |
|
Method[] getDeclaredMethods ()
|
Change in exceptions thrown from no exceptions to java.lang.SecurityException . |
|
Field[] getFields ()
|
Change in exceptions thrown from no exceptions to java.lang.SecurityException . |
|
Method getMethod (String, Class<?> )
|
Change in exceptions thrown from java.lang.NoSuchMethodException to (java.lang.NoSuchMethodException, java.lang.SecurityException ). |
|
Method[] getMethods ()
|
Change in exceptions thrown from no exceptions to java.lang.SecurityException . |