| Class | Description |
|---|---|
| Implementation.Default |
Default implementation representing that an implementation should use its default implementation (current class).
|
| Inject.Current |
Default implementation representing that an injection should use the current model instance.
|
| Annotation Type | Description |
|---|---|
| Implementation |
Represents an annotation that is used to mark implementation of modules.
|
| Initialize |
Represents an annotation that marks method(s) that should be executed when a module gets loaded.
|
| Inject |
Represents an annotation that, if attached, automatically fills fields with their dependencies when a module gets
loaded.
|
| Requires |
Represents an annotation that tells modular that we require the given module
even though it might not have been loading automatically (through the load functions).
|
| Shutdown |
Represents an annotation that marks method(s) that should be executed when a module gets shut down by the manager.
|
Copyright © 2014–2015 MountainBlade. All rights reserved.