-
Sub-task
-
Resolution: Done
-
Major
-
2.12.1.Final
-
None
It would be good to have a command to generate a CDI decorator. A simple command such as :
cdi-new-decorator --named LargeTransactionDecorator --delegate Account
Would generate :
@Decorator public abstract class LargeTransactionDecorator implements Account { @Inject @Delegate Account delegate; }
- is related to
-
FORGE-2080 Being able to enable CDI interceptors and decorators
- Closed