
Monkey-patching in Java
The JVM is an excellent platform for monkey-patching. Monkey patching is a technique used to...
Sep 21, 20237 min read38 reactions4 comments
Tag archive

The JVM is an excellent platform for monkey-patching. Monkey patching is a technique used to...
What is AOP? AOP - Aspect Oriented Programming is a programming pattern that allows the...