Uses of Annotation Interface
dagger.hilt.GeneratesRootInput
Packages that use GeneratesRootInput
Package
Description
This package contains the core APIs for Hilt.
This package contains APIs to help migrating a codebase to 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.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.