How do you @Inject a list of @Named components using JSR-330?

Viewed 8

Spring allows you to @Autowire a list of @Bean components. A great example is already provided by Baeldung so I won't copy-paste it here.

Can I do the same thing with JSR-330 annotations?

0 Answers
Related