public class OSGiService<T> extends Service
Modifier and Type | Method and Description |
---|---|
T |
get() |
static <T> OSGiService<T> |
ofClass(Class<T> clazz) |
apply, getService
public static <T> OSGiService<T> ofClass(Class<T> clazz)
public T get()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.