References

Reference reading on technologies used in AndHow, or related info

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 Hacker's Guide to Javac

The article that convinced me this project was possible.

Java Annotation Processors - An introduction

A three part into to Annotation Processors. The third part gets into working with classes and types.

Annotation processing during compilation time: Error Handling

Discussion of logging errors vs throwing errors in annotation processors.

Maven on Java 9 and Beyond

Good info about Maven and Java 9

Last updated