@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Inherited
@Documented
public @interface DOMParameterAttribute
Specifies a DOM parameter that is defined by the W3C.
System.Attribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Gets or sets the parameter name.
|
boolean |
optional
Gets or sets a value indicating whether this parameter is optional.
|
Modifier and Type | Optional Element and Description |
---|---|
long |
defaultValue |