Package dagger.hilt


@ParametersAreNonnullByDefault package dagger.hilt
This package contains the core APIs for Hilt.

Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.

See Also:
  • Class
    Description
    Defines a Hilt component.
    Defines a builder for a Hilt component.
    Annotation for marking an interface as an entry point into a generated component.
    Static utility methods for accessing objects through entry points.
    For annotating annotations that generate input for the GenerateComponents.
    An annotation that declares which component(s) the annotated class should be included in when Hilt generates the components.