Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
6.2
-
None
Description
Usecase:
- declare a @Role DataTypeManager<T>
- write implementations with different values for T
- request @Inject List<DataTypeManager<?>> implementations; currently the component manager fails to provide any of the implementations, but it should return all of them
- request @Inject List<DataTypeManager<? extends SomeBaseClass>>, and it should return only matching implementations