Skip to content

Add @Immutable annotations to VerificationResult and its subclasses.#60

Open
copybara-service[bot] wants to merge 1 commit intomainfrom
test_855770774
Open

Add @Immutable annotations to VerificationResult and its subclasses.#60
copybara-service[bot] wants to merge 1 commit intomainfrom
test_855770774

Conversation

@copybara-service
Copy link

Add @immutable annotations to VerificationResult and its subclasses.

This change marks the VerificationResult sealed interface and all its concrete data classes as immutable. Suppressions are added for types like PublicKey and Exception, which are effectively immutable for the purposes of this class but not formally annotated as such.

This change marks the VerificationResult sealed interface and all its concrete data classes as immutable. Suppressions are added for types like PublicKey and Exception, which are effectively immutable for the purposes of this class but not formally annotated as such.

PiperOrigin-RevId: 855770774
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