|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) @DigesterRule(reflectsRule=SetPropertiesRule.class, handledBy=SetPropertiesHandler.class) public @interface SetProperty
Fields annotated with SetProperty
will be bound with SetPropertiesRule
digester rule.
Digester.addSetProperties(String,String[],String[])
Required Element Summary | |
---|---|
String |
pattern
The element matching pattern. |
Optional Element Summary | |
---|---|
String |
attributeName
The overridden parameter. |
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any. |
Element Detail |
---|
public abstract String pattern
public abstract String namespaceURI
public abstract String attributeName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |