Integrated: 8378388: Add missing @Override annotations in "javax.print.attribute.standard" package part 1

Sergey Bylokhov serb at openjdk.org
Fri Feb 27 19:55:29 UTC 2026


On Sun, 22 Feb 2026 00:32:14 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> This patch adds missing `@Override` annotations to methods in the `javax.print.attribute.standard` package that override methods from a superclass or interface.
> 
> Since the package is large the fix has been split, this is the first part.
> 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: 3144b572
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3144b572d33713cd3311352f0bbaac8b69408fe4
Stats:     142 lines in 33 files changed: 109 ins; 0 del; 33 mod

8378388: Add missing @Override annotations in "javax.print.attribute.standard" package part 1

Reviewed-by: prr, azvegint

-------------

PR: https://git.openjdk.org/jdk/pull/29861


More information about the client-libs-dev mailing list