innerbuilder
innerbuilder copied to clipboard
Builder should take settings into account when creating builder methods
When the buildermethods are generated, for example withLable(String label)
this is generated without "final", while I have set the setting in IntelliJ to use final parameters for generated code.
It's not pretty that the plugin ignores these settings
Kind regards