Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Last active April 4, 2017 07:17
Show Gist options
  • Save goofyahead/a2f188d60368f9a84bbf19266b896d27 to your computer and use it in GitHub Desktop.
Save goofyahead/a2f188d60368f9a84bbf19266b896d27 to your computer and use it in GitHub Desktop.
@Component(
modules = {
AndroidInjectionModule.class,
BindingModule.class,
MyApplicationComponent.AppModule.class
})
interface MyApplicationComponent {
void inject(Dagger2application dagger2application);
@Module
class AppModule {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment