|
|
|
|
The package java.lang.reflect contains a number of classes to supplement the information that Class can provide:
In addition, java.lang.reflect contains an interface:
All reflection classes that represent a class member (Constructor, Field, Method) implement this interface.
|
| The page was last updated February 19, 2008 |