| Interface | Description |
|---|---|
| Injector.Constructor<T> |
Represents an instance constructor.
|
| Class | Description |
|---|---|
| Annotations |
Represents a helper for Annotations.
|
| BaseModuleManager |
Represents the default implementation for module managers.
|
| DefaultModuleManager |
Represents the default implementation of a
ModuleManager. |
| Destroyable |
Represents a destroyable object.
|
| HierarchicModuleManager |
Represents a hierarchical ModuleManager that inherits the modules from its parent, but allows scoped sub-modules.
|
| Injector |
Represents a dependency Injector for various kinds of dependencies (only affects fields).
|
| ModuleLoader |
Represents a loader for modules.
|
| ModuleLoader.ClassEntry |
Represents a class entry (DTO).
|
| ModuleRegistry |
Represents a registry for modules.
|
| ModuleRegistry.Entry |
Represents the registry entry DTO.
|
| TopologicalSortedList<E> |
Represents a topological sorted list.
|
| TopologicalSortedList.Edge<E> | |
| TopologicalSortedList.Node<E> |
Represents a node in a topological sorted list.
|
| Exception | Description |
|---|---|
| InjectFailedException |
Represents an exception that gets thrown when an injection failed.
|
| TopologicalSortedList.CycleException |
Copyright © 2014–2015 MountainBlade. All rights reserved.