A
- the current visited annotation type.E
- the current visited annotated element type.public interface AnnotationHandler<A extends Annotation,E extends AnnotatedElement>
Class
visit performed by
the DigesterLoader
.Modifier and Type | Method and Description |
---|---|
void |
handle(A annotation,
E element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void handle(A annotation, E element, RulesBinder rulesBinder)
annotation
- the current visited annotation.element
- the current visited annotated element.rulesBinder
- the annotations RulesBinder
where rules have to be bound.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.