Created
July 27, 2017 12:20
-
-
Save vestrel00/81929687ef5e647e73ec3e832058df0f to your computer and use it in GitHub Desktop.
A: 8 - ui/example_3/child_fragment/Example3ChildFragmentSubcomponent.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
// TODO (ContributesAndroidInjector) remove this in favor of @ContributesAndroidInjector | |
@PerChildFragment | |
@Subcomponent(modules = Example3ChildFragmentModule.class) | |
public interface Example3ChildFragmentSubcomponent extends AndroidInjector<Example3ChildFragment> { | |
@Subcomponent.Builder | |
abstract class Builder extends AndroidInjector.Builder<Example3ChildFragment> { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment