Custom code generation rules (e.g. for setters/getters)
Dear all,
I'm currently making my first steps with Spring Roo. In this context, I'm wondering whether there is a way to customize the rules applied when e.g. setters and getters for an entity field are generated by Roo.
E.g. if my project uses the "f" prefix convention for field names (like "fAmount" instead of "amount"), I want to have a "setAmount()" and "getAmount()" generated, not a "setFAmount()" / "getFAmount()".
Preferred option would be to have this defined project-global.
Thank you for your help!
Regards,
Christian