public abstract static class Bootstraps.BootstrapsInjectorAdapter<T> extends java.lang.Object implements Bootstraps.BootstrapInjector<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SCOPE_SINGLETONS_METHOD |
| Constructor and Description |
|---|
BootstrapsInjectorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
<S> Bootstraps.BootstrapInjector<T> |
add(java.lang.Class<? extends java.lang.annotation.Annotation> scope,
ScopeKey<S> bindType,
S instance) |
protected void |
scopeSingletons(Scopes scopes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinject, injectpublic static final java.lang.String SCOPE_SINGLETONS_METHOD
public <S> Bootstraps.BootstrapInjector<T> add(java.lang.Class<? extends java.lang.annotation.Annotation> scope, ScopeKey<S> bindType, S instance)
add in interface Bootstraps.BootstrapInjector<T>protected void scopeSingletons(Scopes scopes)
Copyright © 2017. All Rights Reserved.