Skip to content

Instantly share code, notes, and snippets.

@drawers
Created August 7, 2017 09:38
Show Gist options
  • Save drawers/644ba8341501d3d53eb7802332b7774b to your computer and use it in GitHub Desktop.
Save drawers/644ba8341501d3d53eb7802332b7774b to your computer and use it in GitHub Desktop.
@ProductionComponent(modules = { MainRequestModule.class, ExecutorModule.class })
interface MainRequestComponent {
ListenableFuture<Games> games();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment