public final class MethodHandler extends Object implements DigesterLoaderHandler<Annotation,Method>
SetNextRuleProvider
and
SetRootRuleProvider
.Constructor and Description |
---|
MethodHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(Annotation annotation,
Method element,
FromAnnotationsRuleSet ruleSet)
Handles the current visited element with the related current annotation.
|
public void handle(Annotation annotation, Method element, FromAnnotationsRuleSet ruleSet)
handle
in interface DigesterLoaderHandler<Annotation,Method>
annotation
- the current visited annotation.element
- the current visited element.ruleSet
- the annotations RuleSet
where providers have to be
added.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.