|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract java.lang.Class value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |