Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] point cut on:: Annotated field + new ArrayList()

Any update please? :(

Did this not work for you?

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


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



Back to the top