Searched refs:ConstantBindingBuilder (Results 1 – 4 of 4) sorted by relevance
23 import com.google.inject.binder.ConstantBindingBuilder;37 implements AnnotatedConstantBindingBuilder, ConstantBindingBuilder {44 public ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith()49 public ConstantBindingBuilder annotatedWith(Annotation annotation) { in annotatedWith()
31 ConstantBindingBuilder annotatedWith( in annotatedWith()37 ConstantBindingBuilder annotatedWith(Annotation annotation); in annotatedWith()
22 public interface ConstantBindingBuilder { interface
43 import com.google.inject.binder.ConstantBindingBuilder;1133 ConstantBindingBuilder cbb = bindConstant().annotatedWith(SampleAnnotation.class); in testBindConstantWithMultipleTargetsAddsError()