analytically / innerbuilder

IntelliJ IDEA plugin which generates an inner builder class

Home Page:https://plugins.jetbrains.com/plugin/7354-innerbuilder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Builder not use final's ?

rvt opened this issue · comments

Perhaps this is related to : #8

When I make a immutable class with final variables, I I expect the Builder inner class not to use final's, the Builder's class and constructor is created correctly though.

I think it defeats the purpose if the Builder class doesn't have a default constructor and essentially inherits the same constructor as my immutable class.

Hope I made myself clear :)

I overlooked a setting, gonna delete this item.