Y
Hacker News
new
|
ask
|
show
|
jobs
by
vram22
1073 days ago
What was the issue about modules?
1 comments
josephcsible
1072 days ago
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.
link