Scope annotations.See: Description
| Annotation Type | 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. 
 | 
Scope annotations.