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.com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ConstantBindingBuilder in com.google.inject.binder
Methods in com.google.inject.binder that return ConstantBindingBuilder Modifier and Type Method Description ConstantBindingBuilderAnnotatedConstantBindingBuilder. annotatedWith(Annotation annotation)See the EDSL examples atBinder.ConstantBindingBuilderAnnotatedConstantBindingBuilder. annotatedWith(Class<? extends Annotation> annotationType)See the EDSL examples atBinder. -
Uses of ConstantBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement ConstantBindingBuilder Modifier and Type Class Description classConstantBindingBuilderImpl<T>Bind a constant.Methods in com.google.inject.internal that return ConstantBindingBuilder Modifier and Type Method Description ConstantBindingBuilderConstantBindingBuilderImpl. annotatedWith(Annotation annotation)ConstantBindingBuilderConstantBindingBuilderImpl. annotatedWith(Class<? extends Annotation> annotationType)
-