Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Parameter Annotations in Pointcuts

>  We are thinking about a construct that would get around requiring this
>  but haven't finished the design yet.

Andy, is this new construct going to be restricted only to annotation
matching or will it also allow people to write pointcuts like the
following?

pointcut intArgument(int i): args(..,i,..);

I have had a few use cases for such pointcuts. Is there a bug report
to discuss this feature?

Cheers,
Eric

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


Back to the top