Is it possible to fix warning "The following options were not recognized by any processor" #198
Labels
good first issue
Good for newcomers
improvement
PR welcome
A PR submitted for this issue would be welcome
I get a warning like this one on every build:
[WARNING] The following options were not recognized by any processor: '[addStaticBuilder, interpretNotNulls, enableGetters, enableWither]'
I know it's just a warning, but would it be a simple thing to fix?
Is it as easy as adding the use of the SupportedOptions annotation like the Javadoc suggests?
https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/annotation/processing/SupportedOptions.html
Thanks in advance.
The text was updated successfully, but these errors were encountered: