ovm.polyd.tags
Annotation Type OnMissing


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

Use this tag to specify the handling of messages that do not have any corresponding methods according to the current dispatching policy.

change the interpretation of a message or method name.

If you specify this tag both for the whole interface and for one specific method, the local selection overrides the global choice. If no tag is specified, the dispatching policy will decide what to do.

See Also:
Missing

Required Element Summary
 Missing value
          The way in which missing methods should be handled for this interface, or prototype.
 

Element Detail

value

public abstract Missing value
The way in which missing methods should be handled for this interface, or prototype.