mirror of
https://github.com/rife2/bld
synced 2025-12-20 08:38:37 +01:00
Merge pull request #55 from ethauvin/main
Added support for explicitly requesting annotation processing
This commit is contained in:
commit
9941fc0d10
|
|
@ -30,7 +30,7 @@ public class JavacOptions extends ArrayList<String> {
|
|||
}
|
||||
|
||||
public enum Processing {
|
||||
NONE, ONLY
|
||||
FULL, NONE, ONLY
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue