Uses of Interface
com.google.inject.binder.AnnotatedBindingBuilder
Packages that use AnnotatedBindingBuilder
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of AnnotatedBindingBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedBindingBuilderModifier and TypeMethodDescriptionprotected <T> AnnotatedBindingBuilder<T>AbstractModule.bind(TypeLiteral<T> typeLiteral) protected <T> AnnotatedBindingBuilder<T><T> AnnotatedBindingBuilder<T>Binder.bind(TypeLiteral<T> typeLiteral) See the EDSL examples atBinder.<T> AnnotatedBindingBuilder<T>See the EDSL examples atBinder.protected final <T> AnnotatedBindingBuilder<T>PrivateModule.bind(TypeLiteral<T> typeLiteral) protected final <T> AnnotatedBindingBuilder<T> -
Uses of AnnotatedBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement AnnotatedBindingBuilder -
Uses of AnnotatedBindingBuilder in com.google.inject.spi
Methods in com.google.inject.spi that return AnnotatedBindingBuilderModifier and TypeMethodDescription<T> AnnotatedBindingBuilder<T><T> AnnotatedBindingBuilder<T>Elements.RecordingBinder.bind(TypeLiteral<T> typeLiteral) <T> AnnotatedBindingBuilder<T>