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 565efc8 commit e306fdaCopy full SHA for e306fda
README.md
@@ -5,7 +5,7 @@ A minimalistic approach to dependency injection. Basically the idea is that you
5
6
1. `@Inject` declares an injection point, similarly `@Provides` declares an injection point within the component
7
2. `@Qualifier` and `@Named`
8
-3. `@Component` along with `@Component.Factory`
+3. `@Component` along with `@Component.Factory` and `@Component.Builder`
9
10
### The `@Scope` and `@Singleton` annotations are ignored.
11
0 commit comments