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


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

The ControlReferences annotation type is used to annotate a control client type, listing any control types that the client uses purely programmatically (and not declaratively). Tools will treat the union of the set of types annotated w/ @Control and the types listed in @ControlReferences as the complete set of controls used by a client.


Optional Element Summary
 Class[] value
           
 

value

public abstract Class[] value
Default:
{}