Hi everyone,
I was wondering if we could use AspectJ to match a Java build-in type, say String or Object. I tried pointcut like call(*.new(..)) and call(* Object.*(..)), but they didn't work. Anyone got a hint? Regards with thanks, Fang
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
