@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface XBValue
Marks a parameter in the setter as the value to be set. Other parameters are allowed and will be
replace present place holders in the XPath expression. If no parameter is annotated, the first
one will be taken.
- Author:
- Sven Ewald