Is there support for the di() inject to return a l...
# tornadofx
d
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 `
Copy code
val cachingServices: List<ICachingService> by di()