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 6696f62 commit ad3bcc0Copy full SHA for ad3bcc0
README.md
@@ -165,5 +165,5 @@ public final class ExampleModule implements AvajeModule {
165
| [@Factory and @Bean](https://avaje.io/inject/#factory) | - | @Configuration and @Bean
166
| [@RequiresBean and @RequiresProperty](https://avaje.io/inject/#conditional) | - | @Conditional
167
| [@Primary](https://avaje.io/inject/#primary) | - | @Primary
168
-| [@Secondary](https://avaje.io/inject/#secondary) | - | @Secondary
+| [@Secondary](https://avaje.io/inject/#secondary) | - | @Fallback
169
| [@InjectTest](https://avaje.io/inject/#component-testing) | - | @SpringBootTest
0 commit comments