« Return to Thread: point cut on:: Annotated field + new ArrayList()

Re: point cut on:: Annotated field + new ArrayList()

by Andrew Eisenberg :: Rate this Message:

Reply to Author | View in Thread

Any update please? :(

Did this not work for you?

On Tue, Jun 23, 2009 at 8:47 AM, Andrew Eisenberg <andrew@...> wrote:
You are using target, where you should be using args.


On Mon, Jun 22, 2009 at 7:40 PM, Ravi Chandra <ravi.eze@...> wrote:
pointcut annCut(LIST in) : set(@LIST* (*) * ) && @annotation(in) && target(java.util.List+);



_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

 « Return to Thread: point cut on:: Annotated field + new ArrayList()