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

Use annotationType instead of getClass() #1243

Merged
merged 2 commits into from
Jan 11, 2022
Merged

Use annotationType instead of getClass() #1243

merged 2 commits into from
Jan 11, 2022

Conversation

charlescrookes
Copy link
Contributor

Access type of annotation directly, not through the getClass() that creates a proxy. This allows for the library to be used seamlessly in GraalVM Native applications.

charlescrookes and others added 2 commits January 10, 2022 16:53
Access type of annotation directly, not through the getClass() that creates a proxy. This allows for the library to be used seamlessly in GraalVM Native applications.
@jmartisk jmartisk merged commit 64b2152 into smallrye:main Jan 11, 2022
@jmartisk
Copy link
Member

Thanks!

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.

2 participants