Interface AnnotationHandler<A extends java.lang.annotation.Annotation,​E extends java.lang.reflect.AnnotatedElement>

    • Method Detail

      • handle

        void handle​(A annotation,
                    E element,
                    RulesBinder rulesBinder)
        Handles the current visited element with the related current annotation.
        Parameters:
        annotation - the current visited annotation.
        element - the current visited annotated element.
        rulesBinder - the annotations RulesBinder where rules have to be bound.