Interface SingletonService<T>

All Superinterfaces:
Service, Service<T>, Singleton, SingletonService, Value<T>

@Deprecated(forRemoval=true) public interface SingletonService<T> extends SingletonService, Service<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by SingletonService.
Implemented by the instrumented singleton service.
Author:
Paul Ferraro