What is Introspection?
Introspection is the mechanism by which a builder tool discovers the properties, events, and methods of a Bean.
There are two ways in which Introspection is supported:
- Using design patterns (naming conventions).
- Using a support class that implements the BeanInfo interface.