mcharmas/android-parcelable-intellij-plugin

Generate final parameters where possible?

stkent opened this issue · 2 comments

Currently, generated method parameters are not marked final even though they are never reassigned. Would you be interested in a PR addressing this issue?

To be honest I don't use final as method parameters. It adds too much boilerplate for my standards. If you would need such a feature I don't see why not make this an option that could be selected from generation dialog or event preferences.

What do you think about such solution?

That sounds like a good solution to me! I'll do some digging :)