public interface ScopedBindingBuilder<B>
| Modifier and Type | Method and Description |
|---|---|
B |
asEagerSingleton() |
B |
in(Class<? extends Annotation> scopeAnnotation) |
B |
in(com.google.inject.Scope scope) |
B in(Class<? extends Annotation> scopeAnnotation)
B in(com.google.inject.Scope scope)
B asEagerSingleton()
Copyright © 2014. All Rights Reserved.