Is there support for the di() inject to return a list of beans of an interface when Spring is the di framework? This is obviously possible with Spring @Autowired but does TFX support this, and if so how? I have tried the obvious `
val cachingServices: List<ICachingService> by di()