Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to write pointcut

> @Pointcut("call(* java.sql.Statement+.execute*(..)) &&
> @within(@com.xyz.Profiling * *(..)) ")
>
> public void profileJDBCExecute() {
>
> }

Don't you have to write "within" instead of "@within"? Maybe that's it.

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top