Annotation Type AttributeCallParam


Methods arguments annotated with AttributeCallParam 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 @AttributeCallParam annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Attribute whose value is used as the parameter value.
    The element matching pattern.
  • Element Details

    • attribute

      String attribute
      Attribute whose value is used as the parameter value.
      Returns:
      the attribute whose value is used as the parameter value.
    • pattern

      String pattern
      The element matching pattern.
      Returns:
      the element matching pattern.