question: is it possible to mix dependencies from HostSimpleContext and SpringContext? now we can't do that because we use composite instead hierarchy
maybe composite should implement its own method of construct and delegate discovery of every argument separately to every context? Now we delegate whole creation, which means that both type and all dependencies must be inside the same context.
question: is it possible to mix dependencies from HostSimpleContext and SpringContext? now we can't do that because we use composite instead hierarchy
maybe composite should implement its own method of construct and delegate discovery of every argument separately to every context? Now we delegate whole creation, which means that both type and all dependencies must be inside the same context.
question: is it possible to mix dependencies from HostSimpleContext and SpringContext? now we can't do that because we use composite instead hierarchy
maybe composite should implement its own method of construct and delegate discovery of every argument separately to every context? Now we delegate whole creation, which means that both type and all dependencies must be inside the same context.