public class ServiceBootstrap extends Object
| 构造器和说明 |
|---|
ServiceBootstrap() |
public static <S> S loadFirst(Class<S> clazz)
S - the type parameterclazz - the clazzpublic static <S> ServiceLoader<S> loadAll(Class<S> clazz)
S - the type parameterclazz - the clazzCopyright © 2019 dromara. All rights reserved.