Use annotationType instead of getClass #1241
charlescrookes
started this conversation in
General
Replies: 2 comments
-
Hi, feel free to submit a PR ;) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good afternoon, Created PR #1243 for this change. Verified change locally with Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
smallrye-graphql/client/implementation/src/main/java/io/smallrye/graphql/client/impl/typesafe/reflection/FieldInfo.java
Line 71 in 2c48d04
Beta Was this translation helpful? Give feedback.
All reactions