mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -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:
parent
3dce798d52
commit
f51add49f0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class JavacOptions extends ArrayList<String> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Processing {
|
public enum Processing {
|
||||||
NONE, ONLY
|
FULL, NONE, ONLY
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue