org.apache.beehive.controls.api.packaging
Annotation Type BeanInfo


@Target(value={TYPE,METHOD})
public @interface BeanInfo

The FeatureInfo annotation type defines a JSR-175 syntax for annotating a Control to provide BeanInfo FeatureDescriptor information for the bean, its properties, methods, or events.

The elements of FeatureInfo correspond 1-to-1 with the information exposed by the java.beans.FeatureDescriptor class.

See Also:
FeatureDescriptor

Optional Element Summary
 Class customizerClass
           
 

customizerClass

public abstract Class customizerClass
Default:
org.apache.beehive.controls.api.packaging.BeanInfo.NoCustomizer.class