@ParametersAreNonnullByDefault
See: Description
| Class | Description | 
|---|---|
| EntryPoints | 
 Static utility methods for accessing objects through entry points. 
 | 
| Annotation Type | Description | 
|---|---|
| DefineComponent | 
 Defines a Hilt component. 
 | 
| DefineComponent.Builder | 
 Defines a builder for a Hilt component. 
 | 
| EntryPoint | 
 Annotation for marking an interface as an entry point into a generated component. 
 | 
| GeneratesRootInput | 
 For annotating annotations that generate input for the  
GenerateComponents. | 
| InstallIn | 
 An annotation that declares which component(s) the annotated class should be included in when
 Hilt generates the components. 
 | 
Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.