T
- the value typepublic final class ValueInjection<T> extends Object
Constructor and Description |
---|
ValueInjection(Value<? extends T> source,
Injector<? super T> target)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Value<? extends T> |
getSource()
Get the source value.
|
Injector<? super T> |
getTarget()
Get the target injector.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.