Package dagger.assisted


package dagger.assisted
This package contains the API for Dagger's assisted injection. TODO(bcorso): Link to dagger.dev documentation.
  • Annotation Interfaces
    Class
    Description
    Annotates a parameter within an AssistedInject-annotated constructor.
    Annotates an abstract class or interface used to create an instance of a type via an AssistedInject constructor.
    Annotates the constuctor of a type that will be created via assisted injection.