spring-framework/org.springframework.aspects/src/test
Chris Beams 605ac0e230 Remove redundant @Aspect from CodeStyleAspect.aj
This has been present for quite some time, and compilation at the
command line was never a problem.  However, after upgrading to
STS 2.3.3.M2, errors started appearing in the Problems tab about
'duplicate @Aspect annotations'.  This message was a bit misleading
given that the underlying issue is that applying an @Aspect annotation
on an aspect declared in .aj style is redundant.  Andy Clement is
investigating as well, but for now the reason for the change in behavior
remains a mystery.
2010-07-21 19:18:11 +00:00
..
java/org/springframework Remove redundant @Aspect from CodeStyleAspect.aj 2010-07-21 19:18:11 +00:00
resources Initial import of the aspects module 2008-10-28 11:42:01 +00:00