8300698: Missing @since tag for ClassFileFormatVersion.RELEASE_21

Reviewed-by: rriggs, mchung
This commit is contained in:
Joe Darcy 2023-01-19 22:11:23 +00:00
parent 558d610beb
commit f2a1eb9804

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -268,6 +268,8 @@ public enum ClassFileFormatVersion {
* The version recognized by the Java Platform, Standard Edition
* 21.
*
* @since 21
*
* @see <a
* href="https://docs.oracle.com/javase/specs/jvms/se21/html/index.html">
* <cite>The Java Virtual Machine Specification, Java SE 21 Edition</cite></a>