We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Java 9 offers the caller sensitive MethodHandles.Lookup mechanism that explicitly allows reflective access (private or public) using VarHandle objects.
MethodHandles.Lookup
VarHandle
This may be a more elegant solution than open-ing java 9 modules for reflection.
open
See this blog post for a very readable explanation on this topic.
The text was updated successfully, but these errors were encountered:
another blog post
Sorry, something went wrong.
No branches or pull requests
Java 9 offers the caller sensitive
MethodHandles.Lookup
mechanism that explicitly allows reflective access (private or public) usingVarHandle
objects.This may be a more elegant solution than
open
-ing java 9 modules for reflection.See this blog post for a very readable explanation on this topic.
The text was updated successfully, but these errors were encountered: