Last active
July 20, 2018 20:15
-
-
Save paulocns/0f5045f187ef8bf82b63e09334bc0733 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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