Skip to content

Conversation

@rbygrave
Copy link
Contributor

@rbygrave rbygrave commented Dec 1, 2025

This supports injecting a List or Set of beans that have a common name qualifier.

This seems like a rare use case, for example:

// A List of String that all have the same qualifier name of "args"
@Named("args") List<String>

This supports injecting a List or Set of beans that have a
common name qualifier.

This seems like a rare use case, for example:
```
// A List of String that all have the same qualifier name of "args"
@nAmed("args") List<String>
```
@rbygrave rbygrave requested a review from SentryMan December 1, 2025 09:00
@rbygrave rbygrave self-assigned this Dec 1, 2025
@SentryMan SentryMan enabled auto-merge (squash) December 1, 2025 15:26
@SentryMan SentryMan merged commit c2bdaf9 into master Dec 1, 2025
9 checks passed
@SentryMan SentryMan deleted the feature/939-list-of-named branch December 1, 2025 15:26
@rbygrave rbygrave added this to the 12.1 milestone Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants