Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 26, 2017 16:47
Show Gist options
  • Save vestrel00/4ad49b662fb4b089a72fc02b84e1a5a5 to your computer and use it in GitHub Desktop.
Save vestrel00/4ad49b662fb4b089a72fc02b84e1a5a5 to your computer and use it in GitHub Desktop.
A: 5 - ui/main/MainFragmentModule.java
@Module(includes = BaseFragmentModule.class)
abstract class MainFragmentModule {
@Binds
@Named(BaseFragmentModule.FRAGMENT)
@PerFragment
abstract Fragment fragment(MainFragment mainFragment);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment