[forge-issues] [JBoss JIRA] (FORGE-1808) Being able to have inheritance in CDI

Antonio Goncalves (JIRA) issues at jboss.org
Fri Sep 4 10:09:00 EDT 2015


     [ https://issues.jboss.org/browse/FORGE-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the forge-issues mailing list