Details
-
New Feature
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
(copied to CRM)
Description
Projects like Lombok use the builder pattern when generating POJOs.
Currently we only support Java Bean style convention of a public constructor then mutate with getter / setters or for immutable classes final values via a public constructor.
Look to see if a Builder support could be added to construct the POJO via the builder instead of a constructor.