Support feedback:
In the Code Generation tab of the Global Code Style dialog, there are two options for the "final" modifier:
1) Make generated local variables final
2) Make generated parameters final
How about a third option for interface method parameters? It never makes sense to have an interface method parameter be declared final. I'd like to be able to specify different settings for interface methods vs. class methods.