amanda.hinchman-dominguez
06/29/2018, 6:27 PM@Autowired
annotation is intended for dependency injection. I've seen examples use it either as a constructor for classes or just as class variables - does Kotlin have a certain attitude of using @Autowired
compared to other Kotlin dependency injections that can be found like Kodein or Injekt?