Skip to content

Instantly share code, notes, and snippets.

@masztalski
Created November 27, 2017 13:56
Show Gist options
  • Save masztalski/97f6bcd8c2f29eed8ece0e4808064c0b to your computer and use it in GitHub Desktop.
Save masztalski/97f6bcd8c2f29eed8ece0e4808064c0b to your computer and use it in GitHub Desktop.
public class UserController {
@Inject
protected UserRepository mUserRepo;
@Inject
public UserController(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment