Annotation Type SetProperty
-
@Documented @Retention(RUNTIME) @Target(FIELD) @DigesterRule(reflectsRule=SetPropertiesRule.class, handledBy=SetPropertiesHandler.class) public @interface SetProperty
Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addSetProperties(String,String[],String[])
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
pattern
The element matching pattern.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
attributeName
The overridden parameter.java.lang.String
namespaceURI
The namespace URI for which this Rule is relevant, if any.
-