Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Created April 4, 2017 07:44
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/d2e3c5418f7d2dc4064492711de28869 to your computer and use it in GitHub Desktop.
Save goofyahead/d2e3c5418f7d2dc4064492711de28869 to your computer and use it in GitHub Desktop.
@Subcomponent(modules = {
FlombulatorTestModule.class,
TestMainActivitySubComponent.MainActivityModule.class
})
public interface TestMainActivitySubComponent extends AndroidInjector<MainActivity> {
@Module
class MainActivityModule {}
@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