expigo / Winter

ORM and DI framework. Its sole purpose is to learn some of the Java reflection goodies ✌😃
0 stars 0 forks source link

IoC: add funcionality of storing classes with contructors full of arguments #13

Open expigo opened 5 years ago

expigo commented 5 years ago

At this point only objects with no-arg ctors can be stored. Adding mentioned possibility looks like a quite of a challenge, but man, we're going for full-blown di container, aren't we?