Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Annotation & Jdk1.4

#: Gonul, Bora changed the world a bit at a time by saying on  8/24/2005 10:33 AM :#
Hi all,
Is there a way to use annotation with aspectj and jdk 1.4.
What I thought was to use Common-Attributes or Backport175.
But they are working at class level which aspectj also does.
So aspectj will override and regenerate the classes. Right ?
What is the solution ?

I think backport175 is the one solution that can help you. Using it as a precompilation step (before aj precompile, if no ltw used) will create the annotations in your classes, so that at 2nd step aj will be able to do the matching.

:alex |.::the_mindstorm::.|


Back to the top