GitHub user sysmat added a comment to the discussion: annotationProcessorPaths editor dosen't recognized imported class
I have the same problem with jstachio ```xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.14.0</version> <configuration> <annotationProcessorPaths> <path> <groupId>io.jstach</groupId> <artifactId>jstachio-apt</artifactId> <version>${io.jstach.version}</version> </path> <!-- other annotation processors --> </annotationProcessorPaths> </configuration> </plugin> ``` GitHub link: https://github.com/apache/netbeans/discussions/8549#discussioncomment-13328317 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists