Introduction to Byte Buddy

Ever wondered what is the one common powerful “ingredient” between two popular Java frameworks Hibernate and Mockito ???

Byte Buddy is a popular Java code generation and manipulation library that is common between the two mentioned frameworks. Here is the link to the article introducing the Byte Buddy library:

Introduction to Byte Buddy

Enjoy 🙂 !!!