Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Pointcut on all fields in all subclasses?

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
>   



Back to the top