Skip to main content

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

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 ?
 
 

Back to the top