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