T - the value typeServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release.@Deprecated public final class ImmediateValue<T> extends Object implements Value<T>
| Constructor and Description |
|---|
ImmediateValue(T value)
Deprecated.
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Deprecated.
Get the actual dependency value.
|
public ImmediateValue(T value)
value - the value to returnCopyright © 2019 JBoss by Red Hat. All rights reserved.