This is a step-by-step example on how to setup Coldspring and Transfer to inject dependencies into your Transfer decorators. Normally Coldspring can only help with defined beans rather than ones you get via transfer.get() or transfer.new(). Mark added a bridge that lets them work together but I found his example too brief to [...]