Package org.nuxeo.common.xmap.annotation
Annotation Interface XNodeList
- Author:
- Bogdan Stefanescu
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Whether the container should be set to null when not specified in the XML file.boolean
Whether 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
-