-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: POJO
-
(copied to CRM)
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.
- related to
-
JAVA-2835 Provide automatic POJO support for classes created via FreeBuilder
- Backlog