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 ConstantBindingBuilder
AnnotatedConstantBindingBuilder. annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples atBinder
.ConstantBindingBuilder
AnnotatedConstantBindingBuilder. annotatedWith(java.lang.Class<? extends java.lang.annotation.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 class
ConstantBindingBuilderImpl<T>
Bind a constant.Methods in com.google.inject.internal that return ConstantBindingBuilder Modifier and Type Method Description ConstantBindingBuilder
ConstantBindingBuilderImpl. annotatedWith(java.lang.annotation.Annotation annotation)
ConstantBindingBuilder
ConstantBindingBuilderImpl. annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
-