Last active
August 14, 2018 17:25
-
-
Save catalinghita8/bf0a66ec45d8c42950b8871cd3b5b25f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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