-
Sub-task
-
Resolution: Done
-
Major
-
2.12.1.Final
FORGE-2060 and FORGE-2078 create CDI interceptors and decorators. It would be interesting to add a parameter to enable them in the beans.xml. Both could have an extra enabled with just a parameter :
cdi-new-decorator --named LargeTransactionDecorator --implements Account --enabled=true
Would add the following lines to the beans.xml :
<decorators> <class>com.foo.bar.LargeTransactionDecorator</class> </decorators>
- relates to
-
FORGE-2060 Being able to create a new CDI interceptor
- Closed
-
FORGE-2078 Being able to create a new CDI decorator
- Closed