Interface AnnotatedConstantBindingBuilder

  • All Known Implementing Classes:
    ConstantBindingBuilderImpl

    public interface AnnotatedConstantBindingBuilder
    See the EDSL examples at Binder.
    Author:
    crazybob@google.com (Bob Lee)
    • Method Detail

      • annotatedWith

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