My team is researching dependency injection frameworks and is trying to decide between using Google-Guice and PicoContainer. We are looking for several things in our framework: A small code footprint – What I mean by a small code footprint is we don’t want to have dependency injection code litter everywhere in our code base. If we need to refactor down