2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Merge pull request #55 from ethauvin/main

Added support for explicitly requesting annotation processing
This commit is contained in:
Erik C. Thauvin 2024-10-01 16:05:25 -07:00 committed by GitHub
commit 9941fc0d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ public class JavacOptions extends ArrayList<String> {
}
public enum Processing {
NONE, ONLY
FULL, NONE, ONLY
}
/**