Interface Injector<T>

    • Method Detail

      • decorateComponentInstance

        java.lang.Object decorateComponentInstance​(PicoContainer container,
                                                   java.lang.reflect.Type into,
                                                   T instance)
        A preexiting component instance can be injected into after instantiation
        Parameters:
        container - the container that can provide injectable dependencies
        into -
        instance - the instance to
        Returns: