From 5c9881bcc87da8d360f8209f6a228feccd0ef980 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 14 Nov 2015 08:46:37 -0800 Subject: [PATCH] README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2681b6c..2497a0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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: