Package org.jboss.msc.service
Class ValueInjection<T>
- java.lang.Object
-
- org.jboss.msc.service.ValueInjection<T>
-
- Type Parameters:
T
- the value type
public final class ValueInjection<T> extends java.lang.Object
An injection of a source value into a target injector.
-
-
Constructor Summary
Constructors Constructor Description ValueInjection(Value<? extends T> source, Injector<? super T> target)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value<? extends T>
getSource()
Get the source value.Injector<? super T>
getTarget()
Get the target injector.
-