References
Last updated
Was this helpful?
Last updated
Was this helpful?
Documentation on Annotation Processors is sparse. It seems to be the geeky subgenre of geeky Java coders. Here are a few articles and references I've come across in working on this.
The article that convinced me this project was possible.
A three part into to Annotation Processors. The third part gets into working with classes and types.
Discussion of logging errors vs throwing errors in annotation processors.
Good info about Maven and Java 9