1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

AptPlugin.

This commit is contained in:
Cedric Beust 2015-11-14 03:13:15 -08:00
parent 044bcc9c48
commit a2e4e34b3e
7 changed files with 112 additions and 36 deletions

View file

@ -9,6 +9,7 @@ import java.util.zip.ZipEntry;
import java.util.zip.ZipException;
import java.util.zip.ZipFile;
//@com.beust.apt.processor.Version("1.3")
public class Main {
public static void main(String[] argv) throws IOException, InterruptedException {
new Main().installAndLaunchMain(argv);