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


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

Used to specify the desired threading policy to apply to a control implementation type. See ThreadingPolicy. Only permitted on classes that are also annotated with ControlImplementation.


Optional Element Summary
 ThreadingPolicy value
           
 

value

public abstract ThreadingPolicy value
Default:
SINGLE_THREADED