Skip to content

Instantly share code, notes, and snippets.

@EfeBudak
Created July 3, 2017 14:09
Show Gist options
  • Save EfeBudak/dd3557fe9f02bf4f19d33819d8253a0d to your computer and use it in GitHub Desktop.
Save EfeBudak/dd3557fe9f02bf4f19d33819d8253a0d to your computer and use it in GitHub Desktop.
Dagger 2.11 MovieDetailFragmentProvider
@FragmentScope
@Module
public abstract class MovieDetailFragmentProvider {
@FragmentScope
@ContributesAndroidInjector(modules = MovieDetailFragmentModule.class)
abstract MovieDetailFragment contributesMovieDetailFragment();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment