Created
July 3, 2017 14:09
-
-
Save EfeBudak/dd3557fe9f02bf4f19d33819d8253a0d to your computer and use it in GitHub Desktop.
Dagger 2.11 MovieDetailFragmentProvider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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