-
Sub-task
-
Resolution: Done
-
Major
-
2.12.0.Final
-
None
It would be good to have a command to create a CDI interceptor binding. A command like this :
cdi-new-interceptor-binding --named Loggable ;
Would generate :
@InterceptorBinding @Target({METHOD, TYPE}) @Retention(RUNTIME) public @interface Loggable { }
- is related to
-
FORGE-2060 Being able to create a new CDI interceptor
- Closed
- relates to
-
FORGE-1493 Port the CDI new-* commands
- Closed