Last active
January 25, 2018 04:42
-
-
Save cloudbank/4018d23805c3eb829b1683c4c90e0c59 to your computer and use it in GitHub Desktop.
This file contains 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
@Component(modules = { | |
AndroidInjectionModule.class, | |
// don't worry about these other modules just yet | |
AndroidBindingModule.class, | |
RepoModule.class}) | |
interface AppComponent extends AndroidInjector<TestApplication> { | |
@Component.Builder | |
abstract class Builder extends AndroidInjector.Builder<TestApplication> { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment