排序
Gradle + AspectJ + JUnit5
Gradle + AspectJ + JUnit5, Problem Statement When running JUnit5 tests using Gradle in Java, I wanted to log the arguments, that a method was receiving. One way was to put logger j...
Monkey-patching in Java
Monkey-patching in Java,The JVM is an excellent platform for monkey-patching. Monkey patching is a technique used to dynamically update the behavior of a piece of code at run-time....
AspectJ + Gradle – Retry Java Method on exception
AspectJ + Gradle - Retry Java Method on exception, What is AOP? AOP - Aspect Oriented Programming is a programming pattern that allows the modularization of common cross-cutting us...