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


public @interface FeatureAttribute

The FeatureAttribute annotation type defines a JSR-175 syntax for specifying JavaBean FeatureDescriptor attributes associated with a Control.

See Also:
FeatureInfo

Required Element Summary
 String name
           
 String value
           
 

Element Detail

name

public abstract String name

value

public abstract String value