Autowired service

Let's autowire the UserService using the @Autowired annotation. Here is the piece of code for this UserController class:

 @Autowired
private lateinit var userService: UserService