When I tell to Eclipse to generate methods (Add unimplemented methods popup) from inherited interface/abstract class, can I configure it to make these methods final
by default ?
I'm aware of the Save actions hook in Eclipse but there's no preconfigured action to specify something like: "Add final modifier to method signature" or am I missing something ?
Also, when I create a class, is there a way to check the checkbox final by default ? I know it's not hard to do it by hand but it could be useful for me in case I forgot to check it. I'm aware of this similar question but in 2011 there was no answer (maybe now there's one !).
PS: you can assume I'm using the latest version of Eclipse (Mars - 4.5.0).