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