AnnotationProcessor option not recorgnized by any processor
问题 I have written an annotation processor. The user can pass an option as parameter for the processor. I can also read this parameter in my annotation processor. So far so good, everything works like expected! However, I get a warning from the compiler, that the option passed to the annotation processor has not been recorgnized by any annotation processor: Warning:The following options were not recognized by any processor: '[fragmentArgsLib]' Actually, my processor has recognized and read this