Module eclipselink
Annotation Interface XmlElementNillable
Provide a means of setting nillable on type and package level,
which is not possible with standard XmlElement annotation.
Type level annotation overrides package level annotation.
Standard XmlElement with nillable attribute overrides the value of XmlElementNillable annotation.
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanCustomize the element declaration to be nillable.
-
Element Details
-
nillable
boolean nillableCustomize the element declaration to be nillable.If nillable() is true, then the JavaBean property is mapped to an XML Schema nillable element declaration.
- Default:
true
-