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