Uses of Class
dagger.hilt.GeneratesRootInput
-
Packages that use GeneratesRootInput 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. -
-
Uses of GeneratesRootInput in dagger.hilt
Classes in dagger.hilt with annotations of type GeneratesRootInput Modifier and Type Class Description interfaceDefineComponentDefines a Hilt component.static interfaceDefineComponent.BuilderDefines a builder for a Hilt component.interfaceEntryPointAnnotation for marking an interface as an entry point into a generated component.interfaceInstallInAn 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 GeneratesRootInput Modifier and Type Class Description interfaceAliasOfDefines an alias between an existing Hilt scope and the annotated scope.
-