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

    • Method Detail

      • handle

        void handle​(A annotation,
                    E element,
                    FromAnnotationsRuleSet ruleSet)
        Handles the current visited element with the related current annotation.
        Parameters:
        annotation - the current visited annotation.
        element - the current visited element.
        ruleSet - the annotations RuleSet where providers have to be added.