| Class | Description |
|---|---|
| XInject.All | |
| XInject.None |
| 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. |
| XInject |
The successor to the deprecated
InstanceDefault, InstanceOverride and Singleton counterparts. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.