My thinking is that I didn't actually expect or want getters on the builder. That is, the builder when used the majority of the time just to build fairly immediately and is not passed around.
If the occasion occurs where getters are needed because the builder is going to be "passed around" then I'm thinking more of the "opt in - I want getters" to be set.
My thinking is that I didn't actually expect or want getters on the builder. That is, the builder when used the majority of the time just to build fairly immediately and is not passed around.
If the occasion occurs where getters are needed because the builder is going to be "passed around" then I'm thinking more of the "opt in - I want getters" to be set.
e.g.
@RecordBuilder(getters=true)