Package org.nuxeo.common.xmap.annotation
Annotation Type XContent
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface XContent
An annotation that injects the content of the current node as an XML string or DocumentFragment depending on the field type.- Author:
- Bogdan Stefanescu
-
-
Element Detail
-
value
String value
An xpathy expression specifying the XML node to bind to.- Returns:
- the node xpath
- Default:
- ""
-
-