Skip to content

Instantly share code, notes, and snippets.

@paulocns
Last active July 20, 2018 20:15
Show Gist options
  • Save paulocns/0f5045f187ef8bf82b63e09334bc0733 to your computer and use it in GitHub Desktop.
Save paulocns/0f5045f187ef8bf82b63e09334bc0733 to your computer and use it in GitHub Desktop.
@Singleton
@Component(modules = {
ApplicationModule.class,
NetworkModule.class,
ShowRepositoryModule.class,
ResourceRepositoryModule.class
})
public interface ApplicationComponent {
// expose to sub graphs
ShowRepository showRepository();
ResourceRepository resourceRepository();
ProjectViewModelFactory viewModelFactory();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment