not sure if i overlooked it in the notes or not, but i have a couple questions.
you mentioned copyright at the end. what sort of license are you releasing it under?
Does it support nested creation of objects? ( ie if you ask for an instance of class 'FOO' and FOO has a DI or 'BAR' will BAR be first created and then injected into FOO)
Comments
that looks pretty good.
not sure if i overlooked it in the notes or not, but i have a couple questions.
you mentioned copyright at the end. what sort of license are you releasing it under?
Does it support nested creation of objects? ( ie if you ask for an instance of class 'FOO' and FOO has a DI or 'BAR' will BAR be first created and then injected into FOO)
Seems like it's released under the Apache License 2.0 (cf. LICENSE file).