top | item 42910656

(no title)

jojohohanon | 1 year ago

So springboot and injection does a lot of this; searching the list of known classes for a suitable candidate for injection.

But it’s dynamic by implementation only; to alleviate what came before which was a tedious manual enumeration in xml of those same discoveries.

Presumably we could ask springboot’s discovery to output exactly those finding and the remove the introspection.

discuss

order

mrkeen|1 year ago

But to be clear, tedious manual XML configuration was also Spring. Others may have done it earlier, but Spring still decided it was the way to go, put their name on it, and released it.

sgammon|1 year ago

You have described Micronaut