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

Added support for explicitly requesting annotation processing, as needed by Java 23 (and backported to 17 and 11)

This commit is contained in:
Erik C. Thauvin 2024-10-01 15:51:37 -07:00
parent 3dce798d52
commit f51add49f0
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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