On Sun, 19 Oct 2025 22:01:22 GMT, Sergey Bylokhov <[email protected]> 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
