]
George Gastaldi closed FORGE-1808.
----------------------------------
Fix Version/s: 3.1.2.Final
(was: 3.x Future)
Assignee: George Gastaldi
Resolution: Done
Being able to have inheritance in CDI
-------------------------------------
Key: FORGE-1808
URL:
https://issues.jboss.org/browse/FORGE-1808
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.5.0.Final
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 3.1.2.Final
It would be nice if CDI bean could implement interfaces (see [ROASTER-51]) and extend
other beans
{code}
cdi-new-bean --named MyBean --implements MyInterface
cdi-new-bean --named MyBean --extends MyAbstractBean
cdi-new-bean --named MyBean --extends MyAbstractClass --implements MyInterface
{code}