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 fortype
available to the enclosing environment.Makes a binding fortype
available to the enclosing environment.protected final AnnotatedElementBuilder
PrivateModule.expose
(TypeLiteral<?> type) Makes a binding fortype
available to other modules and the injector.protected final AnnotatedElementBuilder
Makes a binding fortype
available 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> AnnotatedElementBuilder
Elements.RecordingBinder.exposeInternal
(Key<T> key)