1
0
Fork 0
mirror of https://github.com/ethauvin/version-processor.git synced 2025-04-24 23:47:11 -07:00
This commit is contained in:
Cedric Beust 2015-11-14 08:46:37 -08:00
parent 9f5c59ed0b
commit 5c9881bcc8

View file

@ -1,6 +1,6 @@
# A simple annotation processing example # A simple annotation processing example
This project demonstrates a simple annotation processor that is built with [Kobalt](http://beust.com/kobalt). This project demonstrates a simple annotation processor that is built with [Kobalt](http://beust.com/kobalt). The annotation processor allows you to generate a `Version` class containing a version number that is either read from a `Properties` file or directly defined in the annotation.
There are two modules in this project: There are two modules in this project: