Uses of Interface
com.google.inject.binder.ConstantBindingBuilder
Packages that use ConstantBindingBuilder
Package
Description
Interfaces which make up
Binder's expression language.Guice (sounds like "juice")
-
Uses of ConstantBindingBuilder in com.google.inject.binder
Methods in com.google.inject.binder that return ConstantBindingBuilderModifier and TypeMethodDescriptionAnnotatedConstantBindingBuilder.annotatedWith(Annotation annotation) See the EDSL examples atBinder.AnnotatedConstantBindingBuilder.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 ConstantBindingBuilderMethods in com.google.inject.internal that return ConstantBindingBuilderModifier and TypeMethodDescriptionConstantBindingBuilderImpl.annotatedWith(Annotation annotation) ConstantBindingBuilderImpl.annotatedWith(Class<? extends Annotation> annotationType)