I am looking for a very lightweight dependency injection framework for java. With minimum possible dependencies and minimum features.
Just something along the following lines: receive a java.util.List
of Class
es, instantiate them and just auto-wire all the objects one into the other.