jax-doclets
jax-doclets copied to clipboard
Cosmetic: Invalid @Override tags in source code
Sorry to be a bore, but there are @Override annotations in the source code (e.g. ExcludeTaglet.java and some classes added/ changed over the last few days - PojoTypes.java, PojoClassWriter.java DataObjectIndexWriter.java) on methods that implement Interfaces rather than override superclasses.
The parent pom specifies a source and target of Java 1.5 - @Override on interface implementations isn't valid until 1.6.
The solution is either to change the pom to
Really minor point, but it causes compiler errors. :)