FreeBuilder
FreeBuilder copied to clipboard
Requirements on buildable types too strict
Currently, types with a Builder must have five methods before they will be treated as buildable by FreeBuilder: build(), buildPartial(), clear(), mergeFrom(Value) and mergeFrom(Builder). These restrictions should be loosened, for instance by making buildPartial
optional.