From e7e114d09ffe097f88f3a42b40e10c7ef9bea6cb Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 10 Dec 2016 22:45:40 +0100 Subject: [PATCH] Add section on injection within value injectors --- TUTORIAL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TUTORIAL.md b/TUTORIAL.md index 55fbcf7..ded4a07 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -159,6 +159,8 @@ You can only register one value injector per type, a resolve exception will be t Besides injecting primitive types, it is also possible to inject structs. While it is possible to inject class instances this way, this mechanism isn't really meant for that. +Value injectors will also be autowired before being used. However, value injectors will not be value-injected to prevent circular dependencies. Dependencies within value injectors will also not be value-injected. + Poodinis doesn't come with any value injector implementations. In the [README.md](README.md) you will find a list of projects which use different libraries as value sources. Circular dependencies