Package org.jboss.msc.value
Class ReferenceValue<T>
- java.lang.Object
-
- org.jboss.msc.value.ReferenceValue<T>
-
-
Constructor Summary
Constructors Constructor Description ReferenceValue(org.jboss.modules.ref.Reference<? extends T,?> reference)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
Get the actual value.
-