Hacker News new | ask | show | jobs
by vram22 1073 days ago
What was the issue about modules?
1 comments

The point of using setAccessible with reflection was to access private fields and methods, and the module features in Java 9 made that impossible without passing a gigantic list of command-line flags to every invocation of Java.