My Java web app works fine, however I can see this error alaways showing up in my Eclipse IDE (where this does not show up when using IntelliJ):
The method bindInterceptor(Matcher>, Matcher, MethodInterceptor...) in the type AbstractModule is not applicable for the arguments (Matcher, Matcher, ShiroMethodInterceptor) AopModule.java /web/src/main/java/com/myapp/shiro/aop line 41 Java Problem
What could be a solution for this issue?
Update: