I started creating subclasses for various builders and found it limiting that all builder methods, e.g. disable() or visible(), are final. Sometimes there's a point of overriding them for a specific type of builder. So it would be nice if those methods were not final
I started creating subclasses for various builders and found it limiting that all builder methods, e.g. disable() or visible(), are final. Sometimes there's a point of overriding them for a specific type of builder. So it would be nice if those methods were not final