|
I haven't really touched Java in a while but I don't get why you'd want a lightweight DI container. You can just build your object graph and pass dependencies manually if you want a lightweight approach, no? That's just the way people do it in most languages. |