Removed
- [BREAKING]
builder_method_doc = "..."
,builder_type_doc = "..."
and
build_method_doc = "..."
are replaced withbuilder_method(doc = "...")
,
builder_type(doc = "...")
andbuild_method(doc = "...")
.
Added
build_method(...)
now has adoc
field.builder_method(...)
andbuilder_type(...)
, which are structured similarly tobuild_method(...)
.