Introspection
Process of finding out information about a Bean’s properties, methods and events
Two methods:
- Low level reflection
- Bean methods must conform to standard naming conventions (i.e. setTextString and getTextString)
- BeanInfo interface
- Class provided by the bean developer that specifies the bean’s properties, methods and events