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?
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?