Cannot inject with qualifier into wildcard collection #26522
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
Affects: 5.3.3
Injecting by qualifier doesn't work when target collection is declared as
List<? extends Object>
, which is how Kotlin translatesList<Any>
.Reproducer:
Output:
The text was updated successfully, but these errors were encountered: