Uses of Annotation Interface
dagger.hilt.GeneratesRootInput
Packages that use GeneratesRootInput
Package
Description
This package contains the core APIs for Hilt.
This package contains Hilt APIs for Android applications.
This package contains Hilt APIs for Android applications.
This package contains APIs for writing Android local or instrumentation tests with Hilt.
This package contains APIs to help migrating a codebase to Hilt.
This package contains APIs for writing tests with Hilt.
-
Uses of GeneratesRootInput in dagger.hilt
Classes in dagger.hilt with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceDefines a Hilt component.static @interfaceDefines a builder for a Hilt component.@interfaceAnnotation for marking an interface as an entry point into a generated component.@interfaceAn annotation that declares which component(s) the annotated class should be included in when Hilt generates the components. -
Uses of GeneratesRootInput in dagger.hilt.android
Classes in dagger.hilt.android with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceMarks an Android component class to be setup for injection with the standard Hilt Dagger Android components.@interfaceAnnotation for marking theApplicationclass where the Dagger components should be generated. -
Uses of GeneratesRootInput in dagger.hilt.android.internal.testing
Classes in dagger.hilt.android.internal.testing with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceAnnotation that generates a Hilt test application. -
Uses of GeneratesRootInput in dagger.hilt.android.lifecycle
Classes in dagger.hilt.android.lifecycle with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceIdentifies aViewModelfor construction injection. -
Uses of GeneratesRootInput in dagger.hilt.android.testing
Classes in dagger.hilt.android.testing with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceAn annotation that can be used on a test field to contribute the value into theSingletonComponentas anElementsIntoSetfor the given type.@interfaceAn annotation that can be used on a test field to contribute the value into theSingletonComponent.@interfaceAn annotation that can be used on a test field to contribute the value into theSingletonComponentas anIntoMapfor the given type.@interfaceAn annotation that can be used on a test field to contribute the value into theSingletonComponentas anIntoSetfor the given type.@interfaceAn annotation that creates an application with the given base type that can be used for any test in the given build.@interfaceAnnotation used for marking an Android emulator tests that require injection.@interfaceAn annotation used to uninstall modules that have previously been installed withInstallIn. -
Uses of GeneratesRootInput in dagger.hilt.migration
Classes in dagger.hilt.migration with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceDefines an alias between an existing Hilt scope and the annotated scope. -
Uses of GeneratesRootInput in dagger.hilt.testing
Classes in dagger.hilt.testing with annotations of type GeneratesRootInputModifier and TypeClassDescription@interfaceAn annotation that replaces one or moreInstallInmodules with the annotated module in tests.