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

Phil Race prr at openjdk.org
Thu Feb 26 20:36:10 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.

Marked as reviewed by prr (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/29861#pullrequestreview-3863402142


More information about the client-libs-dev mailing list