Spec-Zone .ru
спецификации, руководства, описания, API

 Sun Microsystems, Inc

JDK 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.
Reflection Specification
Reflection API Reference
(javadoc)
Reflection FAQ

Reflection Tutorial


Copyright © 1996-1998 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA. All rights reserved.



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