Adding annotations dynamically using Javassist byte-code editor - PrismoSkills
Javassist is a Java byte-code editor which allows to:- Define a new class at runtime
- Modify a class file when the JVM loads it
- Insert byte-code in the form of source text, which is compiled on the fly by Javassist
- Add new methods to classes
Read full article from Adding annotations dynamically using Javassist byte-code editor - PrismoSkills
No comments:
Post a Comment