Logging method execution in Java 17
AspectJ maven plugin allows logging execution of any selected methods without changes in the application code. The plugin still does not support Java 17, one has to use its alternative.
Detailed logs can be helpful for debugging or performance monitoring. If you want to log…