-
Sub-task
-
Resolution: Done
-
Major
-
2.12.1.Final
-
None
It would be useful to have a command to add a new CDI event observer to an existing class. A command such as :
cdi-add-event-observer --named observePurchaseOrder --type PurchaseOrder
Would add to an existing class the following code :
public void observePurchaseOrder(@Observes PurchaseOrder purchaseOrder)
{
}
- relates to
-
FORGE-2081 Being able to add a new CDI event producer to an existing class
- Open