Uses of Interface
com.google.inject.binder.AnnotatedElementBuilder
-
Packages that use AnnotatedElementBuilder Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of AnnotatedElementBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedElementBuilder Modifier and Type Method Description AnnotatedElementBuilderPrivateBinder. expose(TypeLiteral<?> type)Makes a binding fortypeavailable to the enclosing environment.AnnotatedElementBuilderPrivateBinder. expose(java.lang.Class<?> type)Makes a binding fortypeavailable to the enclosing environment.protected AnnotatedElementBuilderPrivateModule. expose(TypeLiteral<?> type)Makes a binding fortypeavailable to other modules and the injector.protected AnnotatedElementBuilderPrivateModule. expose(java.lang.Class<?> type)Makes 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 Modifier and Type Class Description classExposureBuilder<T>For private binder's expose() method. -
Uses of AnnotatedElementBuilder in com.google.inject.spi
Methods in com.google.inject.spi that return AnnotatedElementBuilder Modifier and Type Method Description AnnotatedElementBuilderElements.RecordingBinder. expose(TypeLiteral<?> type)AnnotatedElementBuilderElements.RecordingBinder. expose(java.lang.Class<?> type)private <T> AnnotatedElementBuilderElements.RecordingBinder. exposeInternal(Key<T> key)
-