ovm.polyd.tags
Annotation Type DispatchingPolicy


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface DispatchingPolicy

Use this tag to specify the dispatching policy that should be used for the whole interface, or for individual messages.

If you specify this tag both for the whole interface and for one specific method, the local selection overrides the global choice. If all the messages are individually annotated using this tag, the global choice is not required.


Required Element Summary
 java.lang.Class value
          The desired dispatching policy.
 

Element Detail

value

public abstract java.lang.Class value
The desired dispatching policy.