I am trying to add the last keyword to the parameters in my auto-generated setters in IntelliJ IDEA 14. I know that I can create a copy of the current template that is used for setter methods:
#set($paramName = $helper.getParamName($field, $project)) public
But even after several hours of working with it, I canβt understand how to add the βfinalβ to it and make it work in IntelliJ.
source share