Package org.nuxeo.common.xmap.annotation
Annotation Interface XNodeList
- Author:
- Bogdan Stefanescu
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the container should be set to null when not specified in the XML file.booleanWhether to trim text content for element nodes.
-
Element Details
-
-
trim
boolean trimWhether to trim text content for element nodes.- Default:
- true
-
nullByDefault
boolean nullByDefaultWhether the container should be set to null when not specified in the XML file.- Default:
- false
-