Can Eclipse make parameters for generated methods (overwriting, implementing interface, etc.) final. If yes - how?
If I'm not mistaken, then IntelliJ had an option for it. I could not something similar in Eclipse.
This has become a part of my coding style and I am making parameters final manually, but there has to be a faster way :P
/JaanusSiim