Skip to content

Commit

Permalink
Merge pull request #55 from ethauvin/main
Browse files Browse the repository at this point in the history
Added support for explicitly requesting annotation processing
  • Loading branch information
ethauvin authored Oct 1, 2024
2 parents 3dce798 + f51add4 commit 9941fc0
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 9941fc0

Please sign in to comment.