Java Modules Wish List – provide services using lambda functions

In the Java Module System different modules can integrate which each other in a loosely coupled way using services obtained through the ServiceLoader API. module 'bar' provides a service to module 'foo' which uses the service. In this blogpost, I describe how the service loader currently works and how it could work if it would … Continue reading Java Modules Wish List – provide services using lambda functions

Advertisement