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. -
-
Uses of AnnotatedElementBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedElementBuilder Modifier and Type Method Description AnnotatedElementBuilder
PrivateBinder. expose(TypeLiteral<?> type)
Makes a binding fortype
available to the enclosing environment.AnnotatedElementBuilder
PrivateBinder. expose(Class<?> type)
Makes a binding fortype
available to the enclosing environment.protected AnnotatedElementBuilder
PrivateModule. expose(TypeLiteral<?> type)
Makes a binding fortype
available to other modules and the injector.protected AnnotatedElementBuilder
PrivateModule. expose(Class<?> type)
Makes a binding fortype
available to other modules and the injector.
-