1
0
Fork 0
mirror of https://github.com/ethauvin/version-processor.git synced 2025-04-25 07:57:12 -07:00

Change package name.

This commit is contained in:
Cedric Beust 2015-11-14 08:41:40 -08:00
parent 465d145f1d
commit 135bd465e1
6 changed files with 28 additions and 33 deletions

View file

@ -1,4 +1,4 @@
package com.beust.apt.processor;
package com.beust.version;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;

View file

@ -1,4 +1,4 @@
package com.beust.apt.processor;
package com.beust.version;
import javax.annotation.processing.*;
import javax.lang.model.SourceVersion;

View file

@ -1 +1 @@
com.beust.apt.processor.VersionProcessor
com.beust.version.VersionProcessor