Skip to content

Latest commit

 

History

History

simplified-services-api

org.librarysimplified.services.api

The org.librarysimplified.services.api module provides an API for managing and retrieving application services. It essentially provides a pull-based dependency injection method where code must explicitly ask for implementations of interfaces from a service directory. This is in contrast to push-based dependency injection which typically uses annotations to have dependencies injected into private class fields.