@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
@Inherited
@Documented
public @interface DOMNameAttribute
Specifies the official DOM object name as it defined by the W3C.
System.Attribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name |