Class InjectedSetValue<T>

    • Constructor Detail

      • InjectedSetValue

        public InjectedSetValue()
        Deprecated.
        Construct a new instance.
    • Method Detail

      • getValue

        public Set<T> getValue()
                        throws IllegalStateException
        Deprecated.
        Get the actual dependency value.
        Specified by:
        getValue in interface Value<T>
        Returns:
        the actual dependency value
        Throws:
        IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.
      • injector

        public Injector<T> injector()
        Deprecated.
        Gets an injector for this set.
        Returns:
        An Injector that can inject into the value set.