java - AspectJ not weaving all classes -


i using aspectj run time weaving. agent loading ok, finds aspect , aop file. classes aren't weaved although third party classes weaved.

this aop file

<aspectj> <weaver options="-showweaveinfo -debug">     <!-- weave classes in package -->     <!--include within="*.*"/--> </weaver> <aspects>     <aspect name="wf.core.aspects.loginfocalleraspect"></aspect> </aspects> 

what causes this?


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -