Hello!
How do I create a Spring like bean? I don't have an interface to bind with its implementation. I just need the instance available at kodein container. I went through documentation, but I couldn't find anything similar. Thanks in advance!
r
romainbsl
05/16/2019, 8:00 AM
Spring beans are just classes bound into the Spring container, With Kodein you just need to bind your instance into the kodein container aswell, like: