[
https://issues.jboss.org/browse/CDI-733?page=com.atlassian.jira.plugin.sy...
]
Romain Manni-Bucau commented on CDI-733:
----------------------------------------
There is an alternative: make the Type of TypeVariable provided in the constructor instead
of extracting it. This would break the type safety in TypeVariable construction (but when
intended) but nowhere else.
javax.enterprise.event.Event#select shouldnt use TypeLiteral but
Type
---------------------------------------------------------------------
Key: CDI-733
URL:
https://issues.jboss.org/browse/CDI-733
Project: CDI Specification Issues
Issue Type: Feature Request
Reporter: Romain Manni-Bucau
Priority: Minor
Goal is to enable a bit more meta programming and in particular instantiation of custom
parameterized type of events, currently it requires to go through the bean manager whereas
the event would be a natural place to resolve an event.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)