@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface XmlElementNillable
Type level annotation overrides package level annotation.
Standard XmlElement with nillable attribute overrides the value of XmlElementNillable annotation.
XmlElement
Modifier and Type | Optional Element and Description |
---|---|
boolean |
nillable
(Optional) Customize the element declaration to be nillable.
|