Skip to main content

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

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!


Back to the top