kibotu / ServiceLocator

The Service Locator is a design pattern used to decouple the way objects are obtained from the concrete classes that implement them. This is achieved by centralizing object creation to a single location, known as a service locator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kibotu/ServiceLocator Stargazers