Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Another Noobie Question

There is an undocumented AJ feature, borrowed from AW, that can do
that: hasMethod/hasField.

I really think it is time it is integrated into AJ, since questions
like these regularly pop up in this list and it was implemented in AW
and worked fine (no one ever complained about its design there).
Besides that, it is one of the main reasons that projects that use AW
cannot migrate to AJ (genesis included).

Regards,
Michael Nascimento Santos
https://genesis.dev.java.net/
http://today.java.net/pub/au/80

On 9/15/06, Peter Murray <pete@xxxxxxxxxxxx> wrote:

I'd like to be able to add a marker interface to all classes having members
which are annotated @Transactional.  Is there a way to specify a complex
match like that?

declare parents: <classes with members which @Transactional> implements
TransactionalMarker

Any thoughts?

--
-pete
peter m. murray
pete@xxxxxxxxxxxx
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





Back to the top