@ParametersAreNonnullByDefault
See: Description
Class | Description |
---|---|
EntryPointAccessors |
Static utility methods for dealing with entry points for standard Android components.
|
Annotation Type | Description |
---|---|
AndroidEntryPoint |
Marks an Android component class to be setup for injection with the standard Hilt Dagger Android
components.
|
HiltAndroidApp |
Annotation for marking the
Application class where the Dagger components
should be generated. |
WithFragmentBindings |
Makes a View annotated with
AndroidEntryPoint have access to fragment bindings. |
Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.