Changed Version to GeneratedVersion

This commit is contained in:
Erik C. Thauvin 2016-01-29 15:32:52 -08:00
parent 7bfed925e3
commit b3e4fe630f

View file

@ -4,7 +4,7 @@
<TITLE>Semantic Version Annotation Processor</TITLE>
</HEAD>
<BODY>
An annotation processor that automatically generates a <code>Version</code> class containing the semantic version (major, minor, patch, etc.) that is read from a Properties file or defined in the annotation.
An annotation processor that automatically generates a <code>GeneratedVersion</code> class containing the semantic version (major, minor, patch, etc.) that is read from a Properties file or defined in the annotation.
@since 1.0
</BODY>