How does the Spring4D [inject]-Attribute function internally?
I’m trying to create a minimal example, that does the same thing as the Spring4D [inject] Attribute. It’s supposed to automatically resolve my FDetailsAdapter in my TOrderAdapter, which I want to manually instantiate inside a Factory unit (not like the Spring4D container works, Registering interfaces from the outside first). The Factory should hand out any… Read More How does the Spring4D [inject]-Attribute function internally?