I\'m trying to write an annotation processor to insert methods and fields on a class... and the documentation is so sparse. I\'m not getting far and I don\'t know if I\'m ap
A bit late :), but one solution could be to use Byte Buddy's transformer as part of the build process. See eg https://github.com/raphw/byte-buddy/tree/master/byte-buddy-maven-plugin.