I'm trying to understand the new New Android Injector with Dagger 2 from from this blog post. I understood the concept of @ContributesAndroidInjector, and how it avoids repetition of code as described in the blog
So, if you want your subcomponents to be in a different scope (say @PerActivity), how would we achieve this, since we are not creating the sub-component at all?