ovm.polyd.tags
Annotation Type InvocationPolicy


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

Use this tag to specify the invocation 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.


Optional Element Summary
 java.lang.Class value
          The desired invocation policy.
 

value

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

Default:
ovm.polyd.policy.PlainInvocation.class