Package app.futured.arkitekt.dagger

Types

Link copied to clipboard
interface ViewModelCreator<VM : BaseViewModel<*>>

Holds reference to BaseViewModelFactory associated with particular ViewModel. Forces developer to specify ViewModelFactory in its specific Activity/Fragment.