Loading services with different fields using ServiceLoader in Java
I am trying to use Service loader to load all the implementations of an Interface. However I am not unable get it working when Service implementation has private fields.
I am trying to use Service loader to load all the implementations of an Interface. However I am not unable get it working when Service implementation has private fields.