Class java.lang.Class
| Changed Methods | ||
|---|---|---|
  
  Class[] getClasses()   | 
  
Change in return type from Class<?> to Class[]. | 
  |
  
  Constructor[] getConstructors()   | 
  
Change in return type from Constructor<T> to Constructor[]. | 
  |
  
  Class[] getDeclaredClasses()   | 
  
Change in return type from Class<?> to Class[]. | 
  |
  
  Constructor[] getDeclaredConstructors()   | 
  
Change in return type from Constructor<T> to Constructor[]. | 
  |
  
  Class[] getInterfaces()   | 
  
Change in return type from Class<?> to Class[]. | 
  |
