Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vestrel00/81929687ef5e647e73ec3e832058df0f to your computer and use it in GitHub Desktop.
Save vestrel00/81929687ef5e647e73ec3e832058df0f to your computer and use it in GitHub Desktop.
A: 8 - ui/example_3/child_fragment/Example3ChildFragmentSubcomponent.java
// 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