Class MethodHandler

    • Constructor Detail

      • MethodHandler

        public MethodHandler()
    • Method Detail

      • handle

        public void handle​(Annotation annotation,
                           Method element,
                           FromAnnotationsRuleSet ruleSet)
        Handles the current visited element with the related current annotation.
        Specified by:
        handle in interface DigesterLoaderHandler<Annotation,​Method>
        Parameters:
        annotation - the current visited annotation.
        element - the current visited element.
        ruleSet - the annotations RuleSet where providers have to be added.