| Package | Description |
|---|---|
| dagger.hilt |
This package contains the core APIs for Hilt.
|
| dagger.hilt.migration |
This package contains APIs to help migrating a codebase to Hilt.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
DefineComponent
Defines a Hilt component.
|
static interface |
DefineComponent.Builder
Defines a builder for a Hilt component.
|
interface |
EntryPoint
Annotation for marking an interface as an entry point into a generated component.
|
interface |
InstallIn
An annotation that declares which component(s) the annotated class should be included in when
Hilt generates the components.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
AliasOf
Defines an alias between an existing Hilt scope and the annotated scope.
|