| Interface | Description |
|---|---|
| Provider<T> |
Provides instances of
T. |
| Annotation Type | Description |
|---|---|
| Inject |
Identifies injectable constructors, methods, and fields.
|
| Named |
String-based qualifier.
|
| Prototype |
Identifies a type that the injector only instantiates once.
|
| Qualifier |
Identifies qualifier annotations.
|
| Request |
Identifies a type that the injector only instantiates once.
|
| Scope |
Identifies scope annotations.
|
| Singleton |
Identifies a type that the injector only instantiates once.
|
| Value |
String-based qualifier.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.