Annotation Type SetProperty
-
@Documented @Retention(RUNTIME) @Target(FIELD) @DigesterRule(reflectsRule=SetPropertiesRule.class, providedBy=SetPropertiesRuleProvider.class, handledBy=SetPropertiesLoaderHandler.class) public @interface SetProperty
Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addSetProperties(String,String[],String[])
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
attributeName
The overridden parameter.
-