DefaultLoaderHandlerMethodHandler, SetPropertiesLoaderHandlerpublic interface DigesterLoaderHandler<A extends java.lang.annotation.Annotation,E extends java.lang.reflect.AnnotatedElement>
DigesterLoaderHandler intercept a Class visit performed by
the DigesterLoader and performs the
handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.| Modifier and Type | Method | 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.