My YouTube videos:
@Moduleclass - "Dagger, this is how to create my dependencies"@Componentclass - "Dagger, these are my@Modules, please build the dependency graph"@Injectconstructor - "Dagger, please use this constructor to instantiate this class"@Injectfield - "Dagger, please set this field for me"AndroidInjection.inject(this)- "Dagger, please inject this class's fields now"@Singletonin a@Module- "Dagger, please only create one instance of this dependency" (be sure you know what your're doing when using this)