Skip to main content

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

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 



Back to the top