Using Bytecode Manipulation to kill more Android library boilerplate
TL;DR### Annotation processing lets you create new java source files at build time. If you want to modify existing classes at build time you need »
TL;DR### Annotation processing lets you create new java source files at build time. If you want to modify existing classes at build time you need »
TL;DR### If you want a thorough introduction to the details of Annotation Processing, you can read Hans Dorfmann's Introduction [http://hannesdorfmann.com/annotation-processing/ »