-
Bug
-
Resolution: Done
-
Major
-
1.1.EDR
-
None
-
None
The reason is that it might be impossible to implement a parameterized method call like CDI.<Foo>current().get(). If CDI.current() would return CDI<Object> it would be obvious that one has to use CDI.current().select(Foo.class).get() for lookup of bean instances.
- relates to
-
WELD-1195 Implement CDI-246
- Resolved