Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to rewrite a class with AspectJ

Hi  Mohammad,
maybe you are loooking for the declare annotation statement?  http://www.eclipse.org/aspectj/doc/next/adk15notebook/annotations-declare.html

Simone

2010/4/18 is_maximum <mnrz57@xxxxxxxxx>

Hello all,
I need to add some annotation at the time of packaging my application to a
bunch of classes specified by a joint points in an aspect. Can you please
help me on this and I'm not sure whether it is possible or not. I know that
each method you declare in your aspect will be placed at pointcuts and
classes determines by join points but don't know how to add annotations.

I appreciate your help

Thanks

-----
--
Regards

Mohammad Norouzi

Help each other to reach the future faster

http://pixelshot.wordpress.com Pixelshot Photoblog

http://brainable.blogspot.com Brainable Blog


--
View this message in context: http://old.nabble.com/How-to-rewrite-a-class-with-AspectJ-tp28280867p28280867.html
Sent from the AspectJ - users mailing list archive at Nabble.com.

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


Back to the top