Withdrawn: 8327786: Add fluent setAccessible()

duke duke at openjdk.org
Thu May 9 14:51:05 UTC 2024


On Thu, 25 Jan 2024 21:35:45 GMT, Sergey <duke at openjdk.org> wrote:

> The feature allows to extract a private field value in a single expression, like so:
> 
> object.getClass().getDeclaredField().setAccessible().get(object)

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/17578


More information about the core-libs-dev mailing list