Hacker News new | ask | show | jobs
by vbezhenar 590 days ago
Custom classloaders and Java agents allow to modify bytecode before it loads into JVM, so it's possible to remove `final`, modify visibility scope and perform basically anything.