@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.AttributeCopyright © 2020 Aspose. All rights reserved.