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