[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Pointcut on all fields in all subclasses?
|
- From: Simone Gianni <simoneg@xxxxxxxxxx>
- Date: Fri, 27 Jun 2008 22:02:37 +0200
- Delivered-to: aspectj-users@eclipse.org
- User-agent: Thunderbird 1.5.0.10 (X11/20070310)
Hi Joel,
IIRC it should be get(* YourClassHere+.*) .. note the "+" it means "in
that class and all its subclasses".
Simone
joel@xxxxxxxxxxx wrote:
> Is there a way to indicate a pointcut on all fields of all subclasses
> of a given class?
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>