Class UntargettedBindingProcessor

    • Method Detail

      • visit

        public <T> java.lang.Boolean visit​(Binding<T> binding)
        Description copied from interface: ElementVisitor
        Visit a mapping from a key (type and optional annotation) to the strategy for getting instances of the type.
        Specified by:
        visit in interface ElementVisitor<java.lang.Boolean>
        Overrides:
        visit in class DefaultElementVisitor<java.lang.Boolean>