Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Pointcuts as a type?

A pointcut serves as an intermediate program construct so that AspectJ can weave crosscutting action at join points selected by it.

Can you provide a use case that will benefit from implementing pointcuts as a Java type?

-Ramnivas

On Sat, Nov 1, 2008 at 10:18 AM, Piers Powlesland <piers@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi All

I was wondering why pointcuts have been implemented in the way that they have and not as a usual java type?

Currently I keep on having cause to wish for the ability to pass pointcuts as parameters to advice and also to store them in a list.

Will pointcuts be modified in the future to allow these operations or is there some good reason for not allowing this?

Thank You

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


Back to the top