public final class Services extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
load(Class<T> serviceClass)
Loads the service for the given service class.
|
public static <T> T load(Class<T> serviceClass)
T - the service typeserviceClass - the service class for which to load the serviceCopyright © 2013–2017. All rights reserved.