Annotation Interface XPathParam


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface XPathParam
Indicates that a method parameter should be bound to an XPath expression. The annotation value signifies the XPath expression to use. The parameter can be of the following types:
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details