| RE: [aspectj-users] help on pointcuts weaving |
|
So if all your classes
are in the default package ( ie “without package”) The pointcut would be : withincode(public * Socket.getInetAddress(..)) && call(public *
InetAdress.getLocalHost(..)) I think you have mixed the
two expressions of the pointcut Jean-Louis
Pasturel De :
aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] De la part de Neeraja Maniyani InetAddress would be the return type.
|