This patch adds missing `@Override` annotations to methods in the `javax.imageio.*` packages that override methods from a superclass or interface. Only source annotations are added; there are no behavioral changes.
The previous patch for `com.sun.beans` can be found here: https://github.com/openjdk/jdk/pull/27887. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8392733: Add missing @Override annotations in "javax.imageio" package Changes: https://git.openjdk.org/jdk/pull/32962/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32962&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8392733 Stats: 156 lines in 12 files changed: 147 ins; 0 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/32962.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32962/head:pull/32962 PR: https://git.openjdk.org/jdk/pull/32962
