8330954: since-checker - Fix remaining @ since tags in java.base

Reviewed-by: liach, naoto
This commit is contained in:
Nizar Benalla 2024-07-04 15:44:57 +00:00 committed by Chen Liang
parent 3050ba0176
commit f4fa35e28b
12 changed files with 69 additions and 4 deletions

View file

@ -41,7 +41,11 @@ public sealed interface ClassSignature
/** {@return the type parameters of this class} */
List<Signature.TypeParam> typeParameters();
/** {@return the instantiation of the superclass in this signature} */
/**
* {@return the instantiation of the superclass in this signature}
*
* @since 23
*/
Signature.ClassTypeSig superclassSignature();
/** {@return the instantiation of the interfaces in this signature} */