Created
July 27, 2017 12:19
-
-
Save vestrel00/35c027d09650d8899428e2e596c3318a to your computer and use it in GitHub Desktop.
A: 8 - ui/example_3/child_fragment/Example3ChildFragmentModule.java
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
@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