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 07:40:11 -08:00
parent a8ff23336d
commit 465d145f1d

View file

@ -19,6 +19,7 @@ class Example {
root + "example/src/main/java/com/beust/apt/example/Example.java" root + "example/src/main/java/com/beust/apt/example/Example.java"
}; };
// Uncomment this line and launch this class to debug the annotation processor. // Uncomment this line and launch this class to debug the annotation processor.
// You need $JDK_HOME/lib/tools.jar for this
// com.sun.tools.javac.Main.main(args); // com.sun.tools.javac.Main.main(args);
File file = new File("."); File file = new File(".");