Annotation Interface Dispatch
This annotation specifies the dispatching strategy for the method. This annotation is optional and if the method
does not contain this annotation, then the dispatching is determined automatically based on the presence, or lack of,
ResultHandler
or ErrorHandler
, and method return types.-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
Dispatch.Type valueSpecifies theDispatch.Type
for the method.- Returns:
- the dispatch type
-