Integrated: 8370197: Add missing @Override annotations in com.sun.beans package
Sergey Bylokhov
serb at openjdk.org
Sun Oct 26 06:09:09 UTC 2025
On Sun, 19 Oct 2025 22:01:22 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> This patch adds missing `@Override` annotations to methods in the `com.sun.beans` package that override superclass or interface methods.
> Only source annotations are added; there are no behavioral changes.
>
> Unlike the previous patches, I have skipped adding the `final` to classes, since it should be done carefully when applied to shared code. So I do not want to mix it with other changes.
This pull request has now been integrated.
Changeset: e7c7892b
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e7c7892b9f0fcee37495cce312fdd67dc800f9c9
Stats: 97 lines in 17 files changed: 80 ins; 0 del; 17 mod
8370197: Add missing @Override annotations in com.sun.beans package
Reviewed-by: prr
-------------
PR: https://git.openjdk.org/jdk/pull/27887
More information about the client-libs-dev
mailing list