Annotation Type StackCallParam


Methods arguments annotated with StackCallParam will be bound with CallParamRule digester rule.
Since:
2.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Defines several StackCallParam annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The element matching pattern.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The call parameter to the stackIndex'th object down the stack, where 0 is the top of the stack, 1 the next element down and so on.
  • Element Details

    • pattern

      The element matching pattern.
      Returns:
      the element matching pattern.
    • stackIndex

      The call parameter to the stackIndex'th object down the stack, where 0 is the top of the stack, 1 the next element down and so on.
      Returns:
      the stackIndex'th object down the stack.
      Default:
      0