| Package | Description |
|---|---|
| dagger.internal | |
| dagger.internal.loaders |
| Modifier and Type | Class and Description |
|---|---|
class |
Binding<T>
Injects a value of a specific type.
|
class |
ProvidesBinding<T>
A
Binding<T> which delegates to a module method. |
class |
SetBinding<T>
A
Binding<T> which contains contributors (other bindings marked with
@Provides @OneOf), to which it delegates provision
requests on an as-needed basis. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveAtInjectBinding<T>
Injects the
@Inject-annotated fields and constructors of a class
using reflection. |
Copyright © 2024 Square, Inc.. All rights reserved.