Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] avoid locked method invocation with an annotation

On Monday 15 February 2010 05:42:58 pm Andy Clement's cat walking on the 
keyboard wrote:
> There are older posts on the list about that message, eg.
> http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01058.html
> 
> You probably can ignore them, or you could be more specific in your
> call pointcut and specify the annotation:
> 
> call(public @Lock * AgentProxy+.*(..) )
> 


Is there a way to force an annotation's values in the pointcut?

Luca


Back to the top