This content has been marked as final.
Show 2 replies
-
1. Re: With CDI-256 resolved, should it be possible to fire events with type parameters?
mkouba Jan 31, 2018 5:34 PM (in response to ljnelson)1 of 1 people found this helpfulHi Laird,
I think that your assumption is wrong. CDI-256 only improves the wording in a way that a resolvable type variable is allowed. But T in your example is not resolvable.
-
2. Re: With CDI-256 resolved, should it be possible to fire events with type parameters?
ljnelson Jan 31, 2018 6:06 PM (in response to ljnelson)Thanks; yes; that makes sense. I found that for all practical purposes I can use
Foo<? extends Bar>
, which obviously makes a lot of sense. Thanks again.