public abstract class AbstractScopedBindingBuilder<B> extends Object implements ScopedBindingBuilder<B>
| Modifier and Type | Field and Description |
|---|---|
protected ScopedHolder |
scopedHolder |
| Constructor and Description |
|---|
AbstractScopedBindingBuilder(ScopedHolder scopedHolder) |
| Modifier and Type | Method and Description |
|---|---|
B |
asEagerSingleton() |
protected abstract B |
doReturn() |
B |
in(Class<? extends Annotation> scopeAnnotation) |
B |
in(com.google.inject.Scope scope) |
protected ScopedHolder scopedHolder
public AbstractScopedBindingBuilder(ScopedHolder scopedHolder)
public B in(Class<? extends Annotation> scopeAnnotation)
in in interface ScopedBindingBuilder<B>public B in(com.google.inject.Scope scope)
in in interface ScopedBindingBuilder<B>public B asEagerSingleton()
asEagerSingleton in interface ScopedBindingBuilder<B>protected abstract B doReturn()
Copyright © 2014. All Rights Reserved.