Home
last modified time | relevance | path

Searched refs:ConstantBindingBuilder (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DConstantBindingBuilderImpl.java23 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()
/external/guice/core/src/com/google/inject/binder/
DAnnotatedConstantBindingBuilder.java31 ConstantBindingBuilder annotatedWith( in annotatedWith()
37 ConstantBindingBuilder annotatedWith(Annotation annotation); in annotatedWith()
DConstantBindingBuilder.java22 public interface ConstantBindingBuilder { interface
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java43 import com.google.inject.binder.ConstantBindingBuilder;
1133 ConstantBindingBuilder cbb = bindConstant().annotatedWith(SampleAnnotation.class); in testBindConstantWithMultipleTargetsAddsError()