RFR: 8370197: Add missing @Override annotations in com.sun.beans package
Phil Race
prr at openjdk.org
Thu Oct 23 18:48:23 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.
Marked as reviewed by prr (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27887#pullrequestreview-3371966281
More information about the client-libs-dev
mailing list