/servicelocator

Delphi implementation of the Service Locator pattern

Primary LanguagePascalMozilla Public License 2.0MPL-2.0

What's in ServiceLocator?

Delphi implementation of the Service Locator pattern

I use it for IoC in iOS apps, as it is much more light-weight than a DI container, while still giving many of the benefits.