Package dagger.hilt.android
@ParametersAreNonnullByDefault
package dagger.hilt.android
This package contains Hilt APIs for Android applications.
Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
- See Also:
-
ClassDescriptionA
ActivityRetainedLifecycle
class is associated with the lifecycle of theActivityRetainedComponent
.Listener for receiving a callback for when theActivityRetainedComponent
will no longer be used and destroyed.Marks an Android component class to be setup for injection with the standard Hilt Dagger Android components.An escape hatch for when a Hilt entry point usage needs to be called before the singleton component is available in a Hilt test.Static utility methods for accessing entry points annotated withEarlyEntryPoint
.Annotation for marking theApplication
class where the Dagger components should be generated.Mark unstable Api usage.A class for registering listeners on the ViewModel lifecycle.Makes a View annotated withAndroidEntryPoint
have access to fragment bindings.