avaje / avaje-record-builder

Apache License 2.0
8 stars 1 forks source link

Very cool ... should there be any Javadoc? #2

Closed rbygrave closed 1 year ago

rbygrave commented 1 year ago

My preference is to actually NOT have Javadoc in the generated class.

That sounds a bit weird I know, my thinking is that the builder pattern is SOOO predictable that the Javadoc does not actually add anything or help the person reading the code. In the "less is more" thinking it is actually better to not have the Javadoc at all.

SentryMan commented 1 year ago

You know this, I know this, but the maven javadoc plugin doesn't know this.