[
https://issues.jboss.org/browse/FORGE-1808?page=com.atlassian.jira.plugin...
]
Antonio Goncalves updated FORGE-1808:
-------------------------------------
Description:
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}
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
Fix For: 2.x Future
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)