Package org.jboss.msc.service
Interface Service<T>
-
- Type Parameters:
T
- the type of value that this service provides; may beVoid
@Deprecated public interface Service<T> extends Service, Value<T>
Deprecated.useService
instead. This class will be removed in a future release.Legacy service interface.- Author:
- David M. Lloyd, Richard Opalka