No examples for this method.
Frequently called with: [Clear]
-1
API Diff Specification | |
To Level: | 3 |
From Level: | 2 |
Generated | 2009.11.19 19:35 |
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[] . |