Skip to content

refactor: standarize AutoValue Builder setter names#1091

Merged
copybara-service[bot] merged 1 commit intomainfrom
test_889256135
Mar 27, 2026
Merged

refactor: standarize AutoValue Builder setter names#1091
copybara-service[bot] merged 1 commit intomainfrom
test_889256135

Conversation

@copybara-service
Copy link
Copy Markdown

@copybara-service copybara-service bot commented Mar 26, 2026

refactor: standarize AutoValue Builder setter names

Updates AutoValue Builders to use the property(value) naming convention for setters, instead of the setProperty(value) convention. This change promotes consistency across the codebase.

Deprecated setProperty() methods are retained where necessary for backward compatibility, and now delegate to the new property() methods.

@copybara-service copybara-service bot changed the title refactor: standardize AutoValue Builder setter names refactor: standarize AutoValue Builder setter names Mar 27, 2026
Updates AutoValue Builders to use the `property(value)` naming convention for setters, instead of the `setProperty(value)` convention. This change promotes consistency across the codebase.

Deprecated `setProperty()` methods are retained where necessary for backward compatibility, and now delegate to the new `property()` methods.

PiperOrigin-RevId: 890404260
@copybara-service copybara-service bot merged commit 4b53375 into main Mar 27, 2026
@copybara-service copybara-service bot deleted the test_889256135 branch March 27, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant