FreeBuilder icon indicating copy to clipboard operation
FreeBuilder copied to clipboard

Requirements on buildable types too strict

Open alicederyn opened this issue 8 years ago • 0 comments

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.

alicederyn avatar May 28 '16 07:05 alicederyn