Negatable Optional<Boolean>
not recognized when annotation processor is enabled.
#1713
Labels
Optional<Boolean>
not recognized when annotation processor is enabled.
#1713
I have an option like this:
and I'm getting this error when building the project with Maven:
when I enable the annotation processor in the
pom.xml
file:It works without the annotation processor.
I can't really avoid using the
Optional
and I'm trying to build a static binary using GraalVM.The text was updated successfully, but these errors were encountered: