Re: what is introspection
Posted By:
Anonymous
Posted On:
Tuesday, June 17, 2003 03:24 AM
Analyse a class and get its methods and attributes. In java the package java.lang.reflect.* is used for that. Scenario: IDEs are using introspection for creating their wizards - all public attributes are listed in a GUI widget and you can set its values.