Package dagger.hilt.android.scopes


package dagger.hilt.android.scopes
This package contains Hilt's built-in Android Scope annotations.
See Also:
  • Annotation Interfaces
    Class
    Description
    Scope annotation for bindings that should exist for the life of an activity, surviving configuration.
    Scope annotation for bindings that should exist for the life of an activity.
    Scope annotation for bindings that should exist for the life of a fragment.
    Scope annotation for bindings that should exist for the life of a service.
    Scope annotation for bindings that should exist for the life of a a single ViewModel.
    Scope annotation for bindings that should exist for the life of a View.