@ParametersAreNonnullByDefault
See: Description
| Interface | Description | 
|---|---|
| ActivityRetainedLifecycle | 
 A  
ActivityRetainedLifecycle class is associated with the lifecycle of the ActivityRetainedComponent. | 
| ActivityRetainedLifecycle.OnClearedListener | 
 Listener for receiving a callback for when the  
ActivityRetainedComponent will no longer be used and destroyed. | 
| Class | Description | 
|---|---|
| EarlyEntryPoints | 
 Static utility methods for accessing entry points annotated with  
EarlyEntryPoint. | 
| 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. 
 | 
| EarlyEntryPoint | 
 An escape hatch for when a Hilt entry point usage needs to be called before the singleton
 component is available in a Hilt test. 
 | 
| 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.