This patch adds missing `@Override` annotations to methods in the `javax.print.attribute` package 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: - 8382043 Add missing @Override annotations in "javax.print.attribute" package Changes: https://git.openjdk.org/jdk/pull/30688/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30688&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8382043 Stats: 88 lines in 15 files changed: 73 ins; 0 del; 15 mod Patch: https://git.openjdk.org/jdk/pull/30688.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30688/head:pull/30688 PR: https://git.openjdk.org/jdk/pull/30688
