T
- the value typeServiceBuilder.requires(org.jboss.msc.service.ServiceName)
and ServiceBuilder.provides(org.jboss.msc.service.ServiceName...)
methods instead.
This class will be removed in a future release.@Deprecated
public final class ValueInjection<T>
extends java.lang.Object
Constructor and Description |
---|
ValueInjection(Value<? extends T> source,
Injector<? super T> target)
Deprecated.
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Value<? extends T> |
getSource()
Deprecated.
Get the source value.
|
Injector<? super T> |
getTarget()
Deprecated.
Get the target injector.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.