Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Type patterns in "within" with class qualifiers

Type patterns are not allowed to be qualified with modifiers in any pointcut, not just within().

-Ramnivas

2008/5/15 Manuel Menezes de Sequeira <Manuel.Sequeira@xxxxxxxx>:
Hi all,

Apparently it is not possible to write
within(abstract *)
or
within(final *)
Why?

Thanks a lot,

Manuel

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



Back to the top