| Enum | Description |
|---|---|
| PlatformType |
A common PlatformType enum to target dependency injection overrides to specific platforms.
|
| Annotation Type | Description |
|---|---|
| InstanceDefault |
Used to link an instance implementation class to an injectable interface.
|
| InstanceOverride |
An annotation used to map an interface to a given implementation on a per-runtime basis.
|
| SingletonDefault |
Used to link a singleton implementation class to an injectable interface.
|
| SingletonOverride |
An annotation used to override a
SingletonDefault used in dependency injection. |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.