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