| Package | Description | 
|---|---|
| dagger.hilt.android.components | 
 This package contains Hilt's built-in  
Components for Android. | 
| Class and Description | 
|---|
| ActivityRetainedScoped
 Scope annotation for bindings that should exist for the life of an activity, surviving
 configuration. 
 | 
| ActivityScoped
 Scope annotation for bindings that should exist for the life of an activity. 
 | 
| FragmentScoped
 Scope annotation for bindings that should exist for the life of a fragment. 
 | 
| ServiceScoped
 Scope annotation for bindings that should exist for the life of a service. 
 | 
| ViewModelScoped
 Scope annotation for bindings that should exist for the life of a a single  
ViewModel. | 
| ViewScoped
 Scope annotation for bindings that should exist for the life of a View. 
 |