Hi, I am a newbie to aspectj trying to figure out how it works. Could you please tell me if we could weave in aspects around java method calls like System.out.println or methods like Socket.getInetadress.* etc.
When I am trying to write a pointcut for call(* Socket.getInetadress(..)) it weaves in the aspects fine. When the named pointcut is changed to capture call(* Socket.getInetadress.*(..)) then the respective joinpoints are not captured.Please could you help me with this. thank you. regards, neeraja.
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
