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 2d40dd5 commit 07c6d63Copy full SHA for 07c6d63
README.md
@@ -12,9 +12,9 @@ Note this is not a complete implementation of `javax.inject` or `jakarta.inject`
12
13
### The `@Scope` and `@Singleton` annotations are ignored.
14
15
-Instead there's a simple rule:
+Instead there's the following rule:
16
17
-> If two beans of the *same type* and *same qualifier* are injected by the *same component*, then they are the same bean instance.
+> If two beans of the *same type* and *same qualifier* are injected by the *same component*, then they are the *same instance*.
18
19
Intuitively this means a component injects the same bean instance everywhere (unless of course you're using qualifiers or inject a provider).
20
0 commit comments