Skip to content

Instantly share code, notes, and snippets.

@flipper83
Created September 15, 2017 10:34
Show Gist options
  • Save flipper83/b4b58477843c86b44764cc5099f906db to your computer and use it in GitHub Desktop.
Save flipper83/b4b58477843c86b44764cc5099f906db to your computer and use it in GitHub Desktop.
module def
@Module public class MainModule {
@Provides @Singleton public SuperHeroesRepository provideSuperHeroesRepository() {
return new SuperHeroesRepository();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment