| Interface | Description |
|---|---|
| App |
Base application class.
|
| App.AppConfigurator |
Internal functional interface to used to configure an application.
|
| Binder |
Defines methods to bind services into an application.
|
| Binder.BindingContext |
Context to register required bindings for a component.
|
| Component |
Marker interface for components.
|
| ServiceConfigurator<T> |
Configure a single service description.
|
| ServiceConfigurator.ServiceDisposer<T> |
A disposer that can fail miserably by throwing an exception.
|
| ServiceConfigurator.ServiceProvider<T> |
A provider that can fail miserably by throwing an exception.
|
Copyright © 2015. All rights reserved.