Tag Reference for @JavaBeanTags for declaration of JavaBean BeanInfo classes Class Level Tags Method Level Tags Field Level Tags
Tag Usage, Class Level (@JavaBean)@javabean.class (0..1)Used to specify class related information of JavaBean BeanInfo
@javabean.icons (0..1)Defines the icons used for the visual aspect of the JavaBean.
@javabean.attribute (0..*)Defines the attributes of the JavaBean (propertyorder, etc).
Tag Usage, Method Level (@JavaBean)@javabean.property (0..1)Defines the JavaBean property found by introspection
@javabean.method (0..*)Defines the JavaBean method found by introspection
@javabean.param (0..*)Defines for each JavaBean method its parameters
|