Skip to content

Commit e306fda

Browse files
authored
Update README.md
1 parent 565efc8 commit e306fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A minimalistic approach to dependency injection. Basically the idea is that you
55

66
1. `@Inject` declares an injection point, similarly `@Provides` declares an injection point within the component
77
2. `@Qualifier` and `@Named`
8-
3. `@Component` along with `@Component.Factory`
8+
3. `@Component` along with `@Component.Factory` and `@Component.Builder`
99

1010
### The `@Scope` and `@Singleton` annotations are ignored.
1111

0 commit comments

Comments
 (0)