This patch adds missing `@Override `annotations to methods in the java.beans.*" 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. ------------- Commit messages: - 8377128: Add missing @Override annotations in "java.beans.*" packages Changes: https://git.openjdk.org/jdk/pull/29553/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29553&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8377128 Stats: 219 lines in 26 files changed: 193 ins; 0 del; 26 mod Patch: https://git.openjdk.org/jdk/pull/29553.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29553/head:pull/29553 PR: https://git.openjdk.org/jdk/pull/29553
