Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to match a Java build-in type?

Those pointcuts look fine. Can you show the code (call site) where you expected a match?

-Ramnivas

2010/4/20 ekinrf <ekinrf@xxxxxxx>
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
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top