Java + Javassist = Simple bytecode manipulation Few days ago, I was trying to look for inspiration on internet about that how to generate java class during runtime and I was surprised by that I was not able to find any example. So here we go! It is really simple. You can get this code […]