public class Services
extends Object
A simple locator for SPI implementations.
- Author:
- Christian Schuster
-
Method Summary
static <T> T
get(Class<T> serviceType,
T defaultValue)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
get
public static <T> T get(Class<T> serviceType,
T defaultValue)