@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
@Inherited
@Documented
public @interface DOMIndexerAttribute
Specifies indexer for DOM object.
System.Attribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
indexerType
Initializes a new instance of the
DOMIndexerAttribute class. |