Interface AnnotatedBindingBuilder<T>

    • Method Detail

      • annotatedWith

        LinkedBindingBuilder<T> annotatedWith​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
        See the EDSL examples at Binder.
      • annotatedWith

        LinkedBindingBuilder<T> annotatedWith​(java.lang.annotation.Annotation annotation)
        See the EDSL examples at Binder.