- Build annotation
cd factory/annotation
- run
mvn clean install
- Build factory
cd factory
- run
mvn clean install
- Build sample
cd factory-sample/pizzastore
- run
mvn -q package exec:java
http://hannesdorfmann.com/annotation-processing/annotationprocessing101/ https://github.com/sockeqwe/annotationprocessing101