| Interface | Description |
|---|---|
| Lazy<T> |
A handle to a lazily-computed value.
|
| MembersInjector<T> |
Injects dependencies into the fields and methods on instances of type
T. |
| Class | Description |
|---|---|
| ObjectGraph |
A graph of objects linked by their dependencies.
|
| Enum | Description |
|---|---|
| Provides.Type |
The type of binding into which the return type of the annotated method contributes.
|
| Annotation Type | Description |
|---|---|
| Module |
Annotates a class that contributes to the object graph.
|
| Provides |
Annotates methods of a module to create a provider method binding.
|
Copyright © 2024 Square, Inc.. All rights reserved.