Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT and language level = 6

AspectJ is at JDK level 5.  Eclipse lets you up the level in the UI to
6 but AJDT/AspectJ don't understand that so you get errors like the
one you mention.

Andy.

On 14/06/07, Barry Kaplan <groups1@xxxxxxxxxxx> wrote:
We are using JDK6 with language level set to 6. When I enable a project
with aspectj, I get tons errors indicating that annotations are only
allowed if language level = 5. Shouldn't be >= 5? Is there some workaround?

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



Back to the top