Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Last active August 14, 2018 17:25
Show Gist options
  • Save catalinghita8/bf0a66ec45d8c42950b8871cd3b5b25f to your computer and use it in GitHub Desktop.
Save catalinghita8/bf0a66ec45d8c42950b8871cd3b5b25f to your computer and use it in GitHub Desktop.
@Module
public abstract class AppModule {
// expose Application as an injectable context
@Binds
abstract Context bindContext(Application application);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment