loadServices

inline fun <T : Any> loadServices(): List<T>

Loads all implementations of the service T using ServiceLoader.load.

See also