<@U27R91J6P> If you are going with the bean defini...
# spring
s
@gert.claeskens If you are going with the bean definition way, you can also probably declare your bean explicitly with
bean<FooRepository>()
and
bean<BarRepository>()
in the
beans {}
block.
g
Does it work with interfaces too?
s
Good question, I have not tried yet.
If you try I am interested by the feedback.
I plan to have a deeper look later but my todo is currently pretty full 😉
g
At first sight it does not seem to work with interfaces, will have a closer look at it later on and let you know.