| Additions to java.lang.Class |
|
|
java.lang.Class is extended for reflection
|
|
|
|
Can analyze a class and its ancestors | |
|
|
getMethods | |
|
|
getConstructors | |
|
|
getFields | |
|
|
Or can analyze just the class itself | |
|
|
getDeclaredMethods, etc. | |