Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.14.0
-
None
Description
Basically, there are some @Override annotations that are mis-placed - they are on first implementation of an interface method. Such annotations are required by 1.6+, but not for 1.5 - which is the source/target specification of the maven-compiler-plugin configuration for the project.
Note: While such mis-placed annotations are benign, the IDE (e.g., Eclipse) shows them in red - which we should avoid.