Class ReferenceValue<T>

    • Constructor Detail

      • ReferenceValue

        public ReferenceValue​(org.jboss.modules.ref.Reference<? extends T,​?> reference)
        Deprecated.
        Construct a new instance.
        Parameters:
        reference - the reference to refer to
    • Method Detail

      • getValue

        public T getValue()
        Deprecated.
        Get the actual dependency value.
        Specified by:
        getValue in interface Value<T>
        Returns:
        the actual dependency value