public static interface Bootstraps.BootstrapInjector<T>
| 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) |
void |
inject(Scopes scopes,
T input) |
void |
inject(T input) |
Copyright © 2017. All Rights Reserved.