Annotation Interface InvokeHandler


Annotation for conveniently marking Invoke handlers in API models.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int[]
     
  • 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:
      {}