I’d like to introduce Byte Buddy to my company and I’ve prepared a demo for my colleagues. We use Spring a lot, so I thought the best example would be instrumentation of Spring Boot application. For the purpose of demonstration, I have added logs to RestController methods using Java Agent…