We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c79e8 commit 1de7ba3Copy full SHA for 1de7ba3
1 file changed
README.md
@@ -76,7 +76,8 @@ use Dot\AnnotatedServices\Annotation\Inject;
76
77
which will inject `$container->get('config')['debug'];`
78
79
-**Even if using dot notation, the annotated factory will check first if a service name exists with that name**
+### NOTE
80
+> Even if using dot annotation, the annotated factory will check first if a service name exists with that name
81
82
You can use the inject annotation on setters too, they will be called at creation time and injected with the configured dependencies.
83
0 commit comments