Slide 46
Slide 46 text
Copyright © 2016 Talentica Software (I) Pvt Ltd. All rights reserved.
Dagger2
Dagger is a compile time dependency injection
framework for both Java and Android.
I will inject the dependencies just tell me:
• What dependencies to inject - @Component
• How to create it - @Module, @Provides
• Where to inject - @Inject
• Which one to inject - @Qualifier, @Named