> > Any update please? :( > Did this not work for you?
On Tue, Jun 23, 2009 at 8:47 AM, Andrew Eisenberg <[email protected]>wrote: > You are using target, where you should be using args. > > > On Mon, Jun 22, 2009 at 7:40 PM, Ravi Chandra <[email protected]> wrote: > >> pointcut annCut(LIST in) : set(@LIST* (*) * ) && @annotation(in) && >> target(java.util.List+); >> > >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
