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
-
Element Details
-
signature
String signature- Returns:
- method signature of the Invoke to he handled.
-
-
-
argIndexes
int[] argIndexes- Returns:
- an array of indexes for arguments used by the handler.
- Default:
- {}
-