Java

Reflection

Documentation Contents
Reflection 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.

The JavaTM 2 Platform allows programs to suppress default reflective access control.

Dynamic Proxy Classes
Reflection Overview

Suppressing Reflective Access Control
Reflection API Specification
(javadoc)

Copyright © 1995-99 Sun Microsystems, Inc. All Rights Reserved.

Please send comments to: reflection-comments@eng.sun.com
Sun

Java Software