@Retention(value=RUNTIME) @Target(value={PARAMETER,METHOD}) @Documented public @interface DOMInitDictParameterAttribute
Specifies a DOM InitDict parameter that is defined by the W3C.
System.Attribute
java.lang.String
name
boolean
optional
public abstract java.lang.String name
Gets or sets the parameter name.
public abstract boolean optional