Skip to content

Instantly share code, notes, and snippets.

@cloudbank
Last active January 25, 2018 04:42
Show Gist options
  • Save cloudbank/4018d23805c3eb829b1683c4c90e0c59 to your computer and use it in GitHub Desktop.
Save cloudbank/4018d23805c3eb829b1683c4c90e0c59 to your computer and use it in GitHub Desktop.
@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