public class DefaultServiceLoader extends Object implements ServiceLoader
| Constructor and Description |
|---|
DefaultServiceLoader() |
public <T> List<T> load(Class<T> serviceType)
load in interface ServiceLoaderT - The service typeserviceType - The service typeCopyright © 2019 Cosium. All rights reserved.