| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ModuleLoader.getService(Class<T> intf)
Determine the first advertised service implementation for the specified interface.
|
static <T> T |
ModuleLoader.getService(Class<T> intf,
Class<? extends T> defaultImpl)
Determine the first advertised service implementation for the specified interface.
|
Copyright © 2017. All rights reserved.