What's New in 1.1? |
Enables Java code to discover information about the fields, methods and constructors of loaded classes, and to use reflected fields, methods, and constructors to operate on their underlying counterparts on objects, within security restrictions. The API accommodates applications that need access to either the public members of a target object (based on its runtime class) or the members declared by a given class.Where to Find Documentation
- The Java Core Reflection Specification can be found at the JDK website: Reflection Documentation.
What's New in 1.1? |