From APIDesign
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Java Reflection API gives programmers access to runtime information about classes, their methods and fields. It allows them to inspect their structure and dynamically invoke and access methods and fields.