Created
June 4, 2019 17:36
-
-
Save alaershov/44e5555ecbb7fc1894b55d0dbfdbd7bf to your computer and use it in GitHub Desktop.
Toothpick: simple bind
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
public final class RepositoryModule extends Module { | |
public RepositoryModule() { | |
bind(UserRepository.class); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment