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