]
Martin Kouba updated CDI-455:
-----------------------------
Fix Version/s: 2.1 (Discussion)
Allow building of TypeLiteral's with dynamic types
--------------------------------------------------
Key: CDI-455
URL:
https://issues.jboss.org/browse/CDI-455
Project: CDI Specification Issues
Issue Type: Feature Request
Reporter: Lucas Ventura Carro
Fix For: 2.1 (Discussion)
It could be useful the building of {{TypeLiteral}}'s, but using dynamic types. This
way, the types can be indicated at runtime and not in compile. This functionality is
"doable" as it is done at [
Guice|https://github.com/google/guice], a similar
injection framework, and as [this post
shows|http://luisfsgoncalves.wordpress.com/2010/09/08/generic-bindings-wi...].