Interface DigesterLoaderHandler<A extends Annotation,​E extends 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.