org.apache.beehive.controls.api.bean
Annotation Type ExternalPropertySets


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExternalPropertySets

Used on control interfaces to specify any external property sets that the control uses. External property sets are property sets that are their own top-level interfaces, i.e. not nested.


Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value