Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an equivalence proxy for AnnotationInstance #341

Merged

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Nov 27, 2023

An equivalence proxy is like an equivalence key (that is, its equals() and hashCode() implement equivalence instead of equality), but it also holds and provides access to the original (delegate) object.

An equivalence proxy is like an equivalence key (that is, its `equals()`
and `hashCode()` implement equivalence instead of equality), but it also
holds and provides access to the original (delegate) object.
@Ladicek Ladicek added this to the 3.1.6 milestone Nov 27, 2023
@Ladicek Ladicek merged commit 615ebfb into smallrye:main Nov 27, 2023
39 checks passed
@Ladicek Ladicek deleted the annotation-instance-equivalence-proxy branch November 27, 2023 13:37
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