Uses of Interface
com.google.inject.binder.AnnotatedConstantBindingBuilder
-
Packages that use AnnotatedConstantBindingBuilder Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of AnnotatedConstantBindingBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedConstantBindingBuilder Modifier and Type Method Description protected AnnotatedConstantBindingBuilder
AbstractModule. bindConstant()
AnnotatedConstantBindingBuilder
Binder. bindConstant()
See the EDSL examples atBinder
.protected AnnotatedConstantBindingBuilder
PrivateModule. bindConstant()
-
Uses of AnnotatedConstantBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement AnnotatedConstantBindingBuilder Modifier and Type Class Description class
ConstantBindingBuilderImpl<T>
Bind a constant. -
Uses of AnnotatedConstantBindingBuilder in com.google.inject.spi
Methods in com.google.inject.spi that return AnnotatedConstantBindingBuilder Modifier and Type Method Description AnnotatedConstantBindingBuilder
Elements.RecordingBinder. bindConstant()
-