@JavaBean Class Level Tag Usage@javabean.attribute (0..*)Defines the attributes of the JavaBean (propertyorder, etc). Applies to: JavaBeans
@javabean.class (0..1)Used to specify class related information of JavaBean BeanInfo Applies to: JavaBeans
@javabean.icons (0..1)Defines the icons used for the visual aspect of the JavaBean. Applies to: JavaBeans
@JavaBean Method Level Tag Usage@javabean.method (0..*)Defines the JavaBean method found by introspection Applies to: JavaBeans
@javabean.param (0..*)Defines for each JavaBean method its parameters Applies to: JavaBeans
@javabean.property (0..1)Defines the JavaBean property found by introspection Applies to: getter method of java bean
|