Skip to content

Commit ad3bcc0

Browse files
committed
README - Spring @fallback rather than @secondary
1 parent 6696f62 commit ad3bcc0

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
@@ -165,5 +165,5 @@ public final class ExampleModule implements AvajeModule {
165165
| [@Factory and @Bean](https://avaje.io/inject/#factory) | - | @Configuration and @Bean
166166
| [@RequiresBean and @RequiresProperty](https://avaje.io/inject/#conditional) | - | @Conditional
167167
| [@Primary](https://avaje.io/inject/#primary) | - | @Primary
168-
| [@Secondary](https://avaje.io/inject/#secondary) | - | @Secondary
168+
| [@Secondary](https://avaje.io/inject/#secondary) | - | @Fallback
169169
| [@InjectTest](https://avaje.io/inject/#component-testing) | - | @SpringBootTest

0 commit comments

Comments
 (0)