|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| IocProvider<T> | A provider to CruxIocContainer. |
| RuntimeIoCContainer | |
| Class Summary | |
|---|---|
| IocContainer | |
| IoCResource.NoClass | |
| IoCResource.NoProvider | |
| Enum Summary | |
|---|---|
| Inject.Scope | Deprecated. Use IoCResource.Scope instead |
| IoCResource.Scope | |
| Exception Summary | |
|---|---|
| IoCContainerException | |
| Annotation Types Summary | |
|---|---|
| Inject | This annotation can be used to bind fields to objects according with CruxIocContainer configurations. |
| IoCResource | This annotation can be used to bind a type to CruxIocContainer
For example, see the following class:
@IoCResource
public class MyClass
{
@Inject
private MyService service;
}
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||