@Retention(value=RUNTIME) @Target(value={FIELD,METHOD,PARAMETER}) @Inherited @Documented public @interface DOMNullableAttribute
Specifies a DOM object can be assigned null value.
System.Attribute