Annotation Interface InvokeHandler
@Documented
@Repeatable(InvokeHandlers.class)
@Retention(RUNTIME)
@Target(METHOD)
public @interface InvokeHandler
Annotation for conveniently marking Invoke handlers in API models.
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint[]
Indexes for the arguments used by the handler.
-
Element Details
-
signature
String[] signatureMethod signature of theInvoke
to be handled. Multiple method signatures can be specified in a singleInvokeHandler
annotation.
-
-
-
argIndexes
int[] argIndexesIndexes for the arguments used by the handler.- Default:
- {}
-