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
Use MethodHandles.privateLookupIn() instead of plain MethodHandles.lookup() to enable private lookups on Java 9.
MethodHandles.privateLookupIn()
MethodHandles.lookup()
The text was updated successfully, but these errors were encountered:
Fix encapsulated default method lookup on interfaces #614
f49c8c0
0d92a1b
c54e85d
No branches or pull requests
Use
MethodHandles.privateLookupIn()
instead of plainMethodHandles.lookup()
to enable private lookups on Java 9.The text was updated successfully, but these errors were encountered: