org.apache.beehive.controls.api.properties
Annotation Type BaseProperties


@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
public @interface BaseProperties

Base properties that are present intrinsically on all controls.


Optional Element Summary
 String controlImplementation
          Fully qualified classname of the implementation class for the control.
 

controlImplementation

public abstract String controlImplementation
Fully qualified classname of the implementation class for the control. If null, the default algorithm for * determining the implementation class will be used -- basically, adding "Impl" to the control interface name.

Default:
""