Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] defining a pure java aspect

Try using @AspectJ annotated style. It is AspectJ but a pure Java syntax. It used annotations to specify pointcuts and advices. It does not use xml.

http://www.eclipse.org/aspectj/doc/released/adk15notebook/ataspectj.html

-Scott

=======================================

On 4/19/06, Olivier Riou <tich29@xxxxxxxxx> wrote:
Hi,
i would like to know if it's possible to define an aspect in a pure java class and a xml file.

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




Back to the top