public interface Binder
| Modifier and Type | Method and Description |
|---|---|
<T> ServiceConfigurator<T> |
bind(Class<T> implementationClass)
Start binging a service from the specific implementation class.
|
<T> ServiceConfigurator<T> |
bind(T implementation)
Start binging a service from the specific implementation instance.
|
<T extends Module> |
bindModule(Class<T> componentClass)
Start binding a new module.
|
<T> ServiceConfigurator<T> bind(Class<T> implementationClass)
<T> ServiceConfigurator<T> bind(T implementation)
Copyright © 2016. All rights reserved.