In Spring Boot, the `@Autowired` annotation is int...
# server
a
In Spring Boot, the
@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?