Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created July 1, 2019 14:50
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 recursivecodes/688afc1cd632b7a88fca7e7ca3b2abb1 to your computer and use it in GitHub Desktop.
Save recursivecodes/688afc1cd632b7a88fca7e7ca3b2abb1 to your computer and use it in GitHub Desktop.
UserResource.java
@Inject
public UserResource(UserRepository userRepository) {
    this.userRepository = userRepository;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment