I have set my Eclipse project's Compiler compliance level to 1.6
But I get errors like in the screenshot below: Syntax error, annotations are only available if source level is 1.5.
I have refreshed/cleaned/restarted Eclipse at least 10 times.
It compiles fine with Maven2. The Eclipse project has been generated by Maven2.
The project uses java-6-openjdk

Syntax error on token "enum", interface expected, in the screenshot I scrolled to show another error that I thought would be more interesting. The annotation is actually in another class. – Nicolas Raoul Dec 22 '11 at 2:35