Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] help on pointcuts weaving

Hi,
 
I tried using this
 
call(public * Socket.getInetAddress(..))&& withincode(public * InetAddress.getLocalHost(..));
 
but it still doesnot weave in the advice.
 
thanks.

Back to the top