Slide 44
Slide 44 text
● AutoService https://github.com/google/auto/tree/master/service
● Truth https://github.com/google/truth
● Compile-Testing https://github.com/google/compile-testing
● JavaPoet https://github.com/square/javapoet
● Great threads about creating your custom processor
http://hannesdorfmann.com/annotation-processing/annotationprocessing101
● https://deors.wordpress.com/2011/09/26/annotation-types/
https://deors.wordpress.com/2011/10/08/annotation-processors/
https://deors.wordpress.com/2011/10/31/annotation-generators/
● Some official (SUN) info about both types of reflective APIs http://bracha.org/mirrors.pdf
Resources and recommended reads