Skip to content

Instantly share code, notes, and snippets.

@lukaspili
Created March 3, 2015 22:58
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 lukaspili/5c90f405ce7ad5ab024f to your computer and use it in GitHub Desktop.
Save lukaspili/5c90f405ce7ad5ab024f to your computer and use it in GitHub Desktop.
@Component(modules = {ApiModule.class, DatabaseModule.class})
@Singleton
public interface DataAccessComponent {
Api api();
Database database();
void inject(SimpleActivity simpleActivity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment