Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 27, 2017 12:19
Show Gist options
  • Save vestrel00/35c027d09650d8899428e2e596c3318a to your computer and use it in GitHub Desktop.
Save vestrel00/35c027d09650d8899428e2e596c3318a to your computer and use it in GitHub Desktop.
A: 8 - ui/example_3/child_fragment/Example3ChildFragmentModule.java
@Module(includes = {
BaseChildFragmentModule.class,
})
abstract class Example3ChildFragmentModule {
@Binds
@Named(BaseChildFragmentModule.CHILD_FRAGMENT)
@PerChildFragment
abstract Fragment fragment(Example3ChildFragment example3ChildFragment);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment