public interface DigesterLoaderHandler<A extends Annotation,E extends AnnotatedElement>
DigesterLoaderHandler intercept a Class visit performed by
the DigesterLoader and performs the
handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.| Modifier and Type | Method and Description |
|---|---|
void |
handle(A annotation,
E element,
FromAnnotationsRuleSet ruleSet)
Handles the current visited element with the related current annotation.
|
void handle(A annotation, E element, FromAnnotationsRuleSet ruleSet)
annotation - the current visited annotation.element - the current visited element.ruleSet - the annotations RuleSet where providers have to be
added.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.