I like Eclipse quick fixes. I often use the assignment parameter for a new field, but I would really like to configure it to not include the final keyword. (GWT RPC does not serialize leaf fields, and now I am doing a lot of GWT RPC.)
I could not find a parameter that controls this quickfix. Is there a parameter that I am missing, or do I need to delve into the plugin development docs and create my own βnon-final fieldβ quickfix?
I am using Eclipse 3.4
UPDATE - put the answer to the extension point of the marker resolution as accepted, since it looks like there is no configuration in the setting.
source
share