public class Binding<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends T> |
implementationClass |
protected T |
instance |
protected Class<T> |
singletonClass |
| Modifier and Type | Method and Description |
|---|---|
T |
getInstance() |
Binding<T> |
to(Class<? extends T> implementationClass) |
void |
toInstance(T instance) |
protected T instance
Copyright © 2017. All rights reserved.