Improvement #1974
Support type reference parameter
Start date:
18.06.2017
Due date:
% Done:
100%
Estimated time:
origin:
Description
Currently, IComponentsLookup as well as the corresponding Resource type support lookup by Class reference.
In order to also support generic return types, such as for example Supplier<T> without the need to define new local interfaces, it is suggested to support some TypeRerefence<T> style parameter in addition.
Compatibility constraints to be observed of course.