Not sure what you think of this, my team are coming from using Immutables heavily and are fond of their FieldName.of() syntax convention for static builders.
I’m assuming my change would enable us to call a static builder like FieldNameBuilder.FieldNameOf().
When statically imported, would read succinctly as FieldNameOf()
My initial reaction is that RecordBuilder is getting too many options. We've already had some incompatible ones. We may need to re-think the customization scheme.
Not sure what you think of this, my team are coming from using Immutables heavily and are fond of their FieldName.of() syntax convention for static builders.
I’m assuming my change would enable us to call a static builder like FieldNameBuilder.FieldNameOf().
When statically imported, would read succinctly as FieldNameOf()