Skip to content

Commit

Permalink
Added support for explicitly requesting annotation processing, as nee…
Browse files Browse the repository at this point in the history
…ded by Java 23 (and backported to 17 and 11)
  • Loading branch information
ethauvin committed Oct 1, 2024
1 parent 3dce798 commit f51add4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rife/bld/operations/JavacOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public enum Implicit {
}

public enum Processing {
NONE, ONLY
FULL, NONE, ONLY
}

/**
Expand Down

0 comments on commit f51add4

Please sign in to comment.