[forge-issues] [JBoss JIRA] (FORGE-2059) Being able to create a new CDI interceptor binding

George Gastaldi (JIRA) issues at jboss.org
Mon Oct 6 16:38:11 EDT 2014


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

George Gastaldi updated FORGE-2059:
-----------------------------------
           Status: Closed  (was: Pull Request Sent)
    Fix Version/s: 2.12.1.Final
                       (was: 2.x Future)
       Resolution: Done


> Being able to create a new CDI interceptor binding
> --------------------------------------------------
>
>                 Key: FORGE-2059
>                 URL: https://issues.jboss.org/browse/FORGE-2059
>             Project: Forge
>          Issue Type: Sub-task
>          Components: Java EE
>    Affects Versions: 2.12.0.Final
>            Reporter: Antonio Goncalves
>            Assignee: Antonio Goncalves
>             Fix For: 2.12.1.Final
>
>
> It would be good to have a command to create a CDI interceptor binding. A command like this :
> {code}
> cdi-new-interceptor-binding --named Loggable ;
> {code}
> Would generate : 
> {code}
> @InterceptorBinding
> @Target({METHOD, TYPE})
> @Retention(RUNTIME)
> public @interface Loggable {
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the forge-issues mailing list