|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface OnMissingUse 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.
Missing| Required Element Summary | |
|---|---|
Missing |
value
The way in which missing methods should be handled for this interface, or prototype. |
| Element Detail |
|---|
public abstract Missing value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||