--- old/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.java 2013-04-04 15:26:00.836611734 +0200 +++ new/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.java 2013-04-04 15:26:00.788611733 +0200 @@ -31,7 +31,6 @@ import com.sun.xml.internal.bind.v2.model.nav.Navigator; import com.sun.xml.internal.bind.v2.runtime.Location; -import java.lang.annotation.Annotation; import javax.annotation.processing.ProcessingEnvironment; import javax.lang.model.element.AnnotationMirror; import javax.lang.model.element.Element; @@ -53,6 +52,7 @@ import javax.lang.model.util.Elements; import javax.lang.model.util.SimpleTypeVisitor6; import javax.lang.model.util.Types; +import java.lang.annotation.Annotation; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; @@ -375,17 +375,17 @@ throw new IllegalStateException(); } - @Override +// @Override public List getAnnotationMirrors() { throw new IllegalStateException(); } - @Override +// @Override public A getAnnotation(Class annotationType) { throw new IllegalStateException(); } - @Override +// @Override public A[] getAnnotationsByType(Class annotationType) { throw new IllegalStateException(); }