google / auto

A collection of source code generators for Java.
Apache License 2.0
10.43k stars 1.2k forks source link

Remove the section about deprecating a record's constructor. #1863

Closed copybara-service[bot] closed 2 days ago

copybara-service[bot] commented 2 days ago

Remove the section about deprecating a record's constructor.

I no longer think that we should encourage people to fight the language like this. The constructor of a record is always as visible as the record. That's how the language is. If it doesn't suit a particular case, then don't use records in that case.

RELNOTES=n/a