Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] AspectJ Custom Attributes

There is a thread in the ASM mailing list about AspectJ custom attributes, those contained in the class org.aspectj.weaver.AjAttribute:

http://www.objectweb.org/wws/arc/asm/2005-10/msg00006.html

Currently ASM doesn't support these attributes, since there is an expectation that these attributes get converted into common annotations.

So what AspectJ 1.5 final will bring? Keep these custom attributes or use common annotations?

Eduardo

Back to the top