@Documented @Retention(value=RUNTIME) @Target(value=FIELD) @DigesterRule(reflectsRule=SetPropertiesRule.class, providedBy=SetPropertiesRuleProvider.class, handledBy=SetPropertiesLoaderHandler.class) public @interface SetProperty
SetProperty
will be bound
with SetPropertiesRule
digester rule.Digester.addSetProperties(String,String[],String[])
Modifier and Type | Required Element and Description |
---|---|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
attributeName
The overridden parameter.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.