Hm, for my use-case it is. But you might be right about the general case. If it cannot be deducted automatically, maybe some helpers can be added though? Like a `read` call which you also give the bean or the `BeanConfigurator` or some way to find the bean. It cannot really be the intention that you have to manually reprogram the parameter injection logic if you have a method that would work perfectly fine if you added the bean the "traditional" way. |