Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Created April 26, 2019 01:11
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 mitchtabian/04c51eaa6ec70737283d5ee9e84a8c14 to your computer and use it in GitHub Desktop.
Save mitchtabian/04c51eaa6ec70737283d5ee9e84a8c14 to your computer and use it in GitHub Desktop.
@Singleton
@Provides
static User someUser(){
return new User();
}
@Inject
User userNumber1;
Log.d(TAG, "onCreate: " + userNumber1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment