mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Added support for explicitly requesting annotation processing, as needed by Java 23 (and backported to 17 and 11)
This commit is contained in:
parent
3dce798d52
commit
f51add49f0
|
|
@ -30,7 +30,7 @@ public class JavacOptions extends ArrayList<String> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Processing {
|
public enum Processing {
|
||||||
NONE, ONLY
|
FULL, NONE, ONLY
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue