| Package | Description |
|---|---|
| net.bolbat.kit.ioc |
IoC module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationNotFoundException
Manager module exception. |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Service> |
Manager.get(Class<S> service,
Scope... scopes)
Get default module service.
Uses ScopeUtil.scopesToArray(true,scopes) upon resolving. |
<S extends Service> |
ManagerModule.get(Class<S> service,
Scope... scopes)
Get service.
Uses ScopeUtil.scopesToArray(true,scopes) upon resolving. |
Copyright © 2013–2019 BB Corp. All rights reserved.