How to remove cantFindType warning with aspectj agent? -


with aspectj agent, receive

[xlint:cantfindtype] [loader@203d1d93] error can't determine whether missing type org.slf4j.logger instance of java.net.inetaddress when weaving type org.eclipse.jetty.util.log.slf4jlog when weaving classes when weaving 

how can remove warning ?

thanks

use meta-inf/aop.xml file with

<aspectj>      <!--<weaver options="-verbose ">-->     <weaver options="-warn:none -xlint:ignore">     </weaver>  </aspectj> 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -