Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Created April 4, 2017 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofyahead/77ca874084b65cc302c202b990df33b7 to your computer and use it in GitHub Desktop.
Save goofyahead/77ca874084b65cc302c202b990df33b7 to your computer and use it in GitHub Desktop.
@Component(
modules = {
AndroidInjectionModule.class,
TestBindingModule.class,
TestApplicationComponent.TestAppModule.class
})
interface TestApplicationComponent {
void inject(TestApplication app);
@Module
class TestAppModule {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment