Annotation Type BeanPropertySetter
@Documented
@Retention(RUNTIME)
@Target(FIELD)
@DigesterRule(reflectsRule=BeanPropertySetterRule.class,
handledBy=BeanPropertySetterHandler.class)
public @interface BeanPropertySetter
Fields annotated with
BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@BeanPropertySetterannotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe namespace URI for which this Rule is relevant, if any.
-
Element Details
-
pattern
-
namespaceURI
The namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-