Created
July 26, 2017 17:52
-
-
Save vestrel00/8c89ff65d9f9a2fdc40c3283e28737b8 to your computer and use it in GitHub Desktop.
A: 5 - ui/main/MainActivitySubcomponent.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 | |
@PerActivity | |
@Subcomponent(modules = MainActivityModule.class) | |
public interface MainActivitySubcomponent extends AndroidInjector<MainActivity> { | |
@Subcomponent.Builder | |
abstract class Builder extends AndroidInjector.Builder<MainActivity> { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment