mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 08:17:11 -07:00
Merge pull request #55 from ethauvin/main
Added support for explicitly requesting annotation processing
This commit is contained in:
commit
9941fc0d10
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