Skip to content

Instantly share code, notes, and snippets.

@GauravChaddha1996
Last active August 23, 2018 11:32
Embed
What would you like to do?
class MyDatabase {
@Inject
MyDatabase(@Named("ApplicationContext") Context context) {
// more code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment