https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-required-annotation ```kotlin class SimpleMovieLister { lateinit var movieFinder: MovieFinder @Required set // ... } ```
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-required-annotation