Integrated: 8377128: Add missing @Override annotations in "java.beans.*" packages
Sergey Bylokhov
serb at openjdk.org
Fri Feb 13 07:44:17 UTC 2026
On Wed, 4 Feb 2026 02:01:00 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 93c87ffe
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/93c87ffe4037221725798f6d0ba78cb20d67fcab
Stats: 219 lines in 26 files changed: 193 ins; 0 del; 26 mod
8377128: Add missing @Override annotations in "java.beans.*" packages
Reviewed-by: tr, prr
-------------
PR: https://git.openjdk.org/jdk/pull/29553
More information about the client-libs-dev
mailing list