Uses of Interface
com.google.inject.binder.ConstantBindingBuilder
-
Packages that use ConstantBindingBuilder Package Description com.google.inject.binder Interfaces which make upBinder
's expression language. -
-
Uses of ConstantBindingBuilder in com.google.inject.binder
Methods in com.google.inject.binder that return ConstantBindingBuilder Modifier and Type Method Description ConstantBindingBuilder
AnnotatedConstantBindingBuilder. annotatedWith(Annotation annotation)
See the EDSL examples atBinder
.ConstantBindingBuilder
AnnotatedConstantBindingBuilder. annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples atBinder
.
-