@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Inherited
@Documented
public @interface DOMNullableAttribute
Specifies a DOM object can be assigned null value.
System.AttributeCopyright © 2020 Aspose. All rights reserved.