Interface AnnotatedConstantBindingBuilder

All Known Implementing Classes:
ConstantBindingBuilderImpl

public interface AnnotatedConstantBindingBuilder
See the EDSL examples at Binder.
  • Method Details

    • annotatedWith

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

      ConstantBindingBuilder annotatedWith​(java.lang.annotation.Annotation annotation)
      See the EDSL examples at Binder.