@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) @Inherited @Documented public @interface DOMTreatNullAsAttribute
Indicates that null of the member value will be treated as specified value.
System.Attribute
java.lang.Class
type
java.lang.String
value
public abstract java.lang.Class type
Gets or sets value the type.
public abstract java.lang.String value