Package com.google.inject.binder
Interface ScopedBindingBuilder
-
- All Known Subinterfaces:
AnnotatedBindingBuilder<T>,LinkedBindingBuilder<T>
public interface ScopedBindingBuilderSee the EDSL examples atBinder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidasEagerSingleton()Instructs theInjectorto eagerly initialize this singleton-scoped binding upon creation.voidin(Scope scope)See the EDSL examples atBinder.voidin(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)See the EDSL examples atBinder.
-