| Package | Description |
|---|---|
| org.bridje.ioc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IocContext<S extends Scope>
Represents a context in witch components are managed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Application
This class represents the application scope witch is the root context of
Bridje IoC.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Scope> |
IocContext.createChild(T scope)
Create a child IocContext of this context.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.