mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
It has 5 parameters, which is pushing it for a static factory method, and we're anticipating adding more for work that Larry is doing. Using a builder is preferable here since it makes it harder to accidentally mis-order the parameters (since @AutoValue's generated constructor is sensitive to parameter ordering). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152328220