@Documented @Retention(value=RUNTIME) @Target(value=FIELD) @DigesterRule(reflectsRule=SetPropertiesRule.class, handledBy=SetPropertiesHandler.class) public @interface SetProperty
SetProperty
will be bound with SetPropertiesRule
digester rule.Digester.addSetProperties(String,String[],String[])
Modifier and Type | Required Element and Description |
---|---|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
attributeName
The overridden parameter.
|
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any.
|
public abstract String namespaceURI
public abstract String attributeName
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.