Hacker News new | ask | show | jobs
by antonwinter 4733 days ago
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)

1 comments

Seems like it's released under the Apache License 2.0 (cf. LICENSE file).