Uses of Interface
com.google.inject.binder.AnnotatedElementBuilder
Packages that use AnnotatedElementBuilder
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of AnnotatedElementBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedElementBuilderModifier and TypeMethodDescriptionPrivateBinder.expose(TypeLiteral<?> type) Makes a binding fortypeavailable to the enclosing environment.Makes a binding fortypeavailable to the enclosing environment.protected final AnnotatedElementBuilderPrivateModule.expose(TypeLiteral<?> type) Makes a binding fortypeavailable to other modules and the injector.protected final AnnotatedElementBuilderMakes a binding fortypeavailable to other modules and the injector. -
Uses of AnnotatedElementBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement AnnotatedElementBuilder -
Uses of AnnotatedElementBuilder in com.google.inject.spi
Methods in com.google.inject.spi that return AnnotatedElementBuilderModifier and TypeMethodDescriptionElements.RecordingBinder.expose(TypeLiteral<?> type) private <T> AnnotatedElementBuilderElements.RecordingBinder.exposeInternal(Key<T> key)