BeanInfo
Interface BeanInfo
- All Known Subinterfaces:
- BeanContextServiceProviderBeanInfo
- All Known Implementing Classes:
- SimpleBeanInfo
public interface BeanInfo
Use the BeanInfo
interface to create a BeanInfo
class and provide explicit information about the methods, properties, events, and other features of your beans.
When developing your bean, you can implement the bean features required for your application task omitting the rest of the BeanInfo
features. They will be obtained through the automatic analysis by using the low-level reflection of the bean methods and applying standard design patterns. You have an opportunity to provide additional bean information through various descriptor classes.