that service locator's javadocs have the helpful > Deprecated > Use some out-of-the-box DI implementation instead.
can you set an instance with setServices(Class<T> type, T... services) with only a single instance in an array of Ts?
setServices(Class<T> type, T... services)
T