public final class SetPropertiesLoaderHandler extends java.lang.Object implements DigesterLoaderHandler<SetProperty,java.lang.reflect.Field>
SetPropertiesRuleProvider
.Constructor and Description |
---|
SetPropertiesLoaderHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(SetProperty annotation,
java.lang.reflect.Field element,
FromAnnotationsRuleSet ruleSet)
Handles the current visited element with the related current annotation.
|
public void handle(SetProperty annotation, java.lang.reflect.Field element, FromAnnotationsRuleSet ruleSet)
handle
in interface DigesterLoaderHandler<SetProperty,java.lang.reflect.Field>
annotation
- the current visited annotation.element
- the current visited element.ruleSet
- the annotations RuleSet
where providers have to be
added.