diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java index cbb55b09662..97a4cf869d6 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -36,8 +36,8 @@ import javax.annotation.processing.SupportedSourceVersion; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractAnnotationValueVisitor6 * @see AbstractAnnotationValueVisitor7 * @see AbstractAnnotationValueVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java index c66ffc9b120..0ca2bb13766 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -37,8 +37,8 @@ import javax.annotation.processing.SupportedSourceVersion; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractAnnotationValueVisitor6##note_for_subclasses" + * <strong>Compatibility note for subclasses</strong> * @see AbstractAnnotationValueVisitor6 * @see AbstractAnnotationValueVisitor8 * @see AbstractAnnotationValueVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor8.java index 23912931bdd..b58903bfe33 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -37,8 +37,8 @@ import javax.annotation.processing.SupportedSourceVersion; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractAnnotationValueVisitor6 * @see AbstractAnnotationValueVisitor7 * @see AbstractAnnotationValueVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor9.java index 77ee8d9b35f..a85992ab5e5 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -37,8 +37,8 @@ import javax.annotation.processing.SupportedSourceVersion; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractAnnotationValueVisitor6 * @see AbstractAnnotationValueVisitor7 * @see AbstractAnnotationValueVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java index fdf0d1c7381..4a9e3edecaa 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -42,8 +42,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractElementVisitor6 * @see AbstractElementVisitor7 * @see AbstractElementVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor7.java index 509ed4e2be6..bbb281b3783 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -41,8 +41,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractElementVisitor6 * @see AbstractElementVisitor8 * @see AbstractElementVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor8.java index b474247cd44..92c68af5b7c 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -41,8 +41,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractElementVisitor6 * @see AbstractElementVisitor7 * @see AbstractElementVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java index 807af4dd42e..f33249e00d5 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -43,8 +43,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractElementVisitor6 * @see AbstractElementVisitor7 * @see AbstractElementVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor14.java index f3c64cb0e12..3880cc8bcdc 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -39,8 +39,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractTypeVisitor6 * @see AbstractTypeVisitor7 * @see AbstractTypeVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java index 286de272e47..ac012f5e10f 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -41,8 +41,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractTypeVisitor6 * @see AbstractTypeVisitor8 * @see AbstractTypeVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java index 51fb59729d9..76f1cc2c1ca 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -41,8 +41,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractTypeVisitor6 * @see AbstractTypeVisitor7 * @see AbstractTypeVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor9.java index 3878513d9ce..b5b9cfb23b0 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -41,8 +41,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="AbstractTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see AbstractTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see AbstractTypeVisitor6 * @see AbstractTypeVisitor7 * @see AbstractTypeVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor14.java index 28b913ed93d..4217961bfac 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -53,8 +53,8 @@ import javax.lang.model.SourceVersion; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see ElementKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see ElementKindVisitor6 * @see ElementKindVisitor7 * @see ElementKindVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor7.java index 262f5ecf857..59b09326c5c 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -51,8 +51,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see ElementKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see ElementKindVisitor6 * @see ElementKindVisitor8 * @see ElementKindVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java index 59522fb9c30..0560929a981 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -51,8 +51,8 @@ import javax.lang.model.SourceVersion; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see ElementKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see ElementKindVisitor6 * @see ElementKindVisitor7 * @see ElementKindVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java index 0d915b2f465..4197f539408 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -55,8 +55,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see ElementKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see ElementKindVisitor6 * @see ElementKindVisitor7 * @see ElementKindVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner14.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner14.java index 8108cf49f43..774d7fa3e90 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -71,7 +71,7 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementScanner6.html#note_for_subclasses"><strong>Compatibility note for subclasses</strong></a> + * @see ElementScanner6##note_for_subclasses <strong>Compatibility note for subclasses</strong> * @see ElementScanner6 * @see ElementScanner7 * @see ElementScanner8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner7.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner7.java index 2135dfedbc3..51c78c60067 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -69,7 +69,7 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementScanner6.html#note_for_subclasses"><strong>Compatibility note for subclasses</strong></a> + * @see ElementScanner6##note_for_subclasses <strong>Compatibility note for subclasses</strong> * @see ElementScanner6 * @see ElementScanner8 * @see ElementScanner9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner8.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner8.java index db3ee069d4b..33470a137c9 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -68,7 +68,7 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementScanner6.html#note_for_subclasses"><strong>Compatibility note for subclasses</strong></a> + * @see ElementScanner6##note_for_subclasses <strong>Compatibility note for subclasses</strong> * @see ElementScanner6 * @see ElementScanner7 * @see ElementScanner9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java index ffea7566e74..a9a66d6c185 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -70,7 +70,7 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="ElementScanner6.html#note_for_subclasses"><strong>Compatibility note for subclasses</strong></a> + * @see ElementScanner6##note_for_subclasses <strong>Compatibility note for subclasses</strong> * @see ElementScanner6 * @see ElementScanner7 * @see ElementScanner8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor14.java index 4b0ebb241fd..31ea5e3f597 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -44,8 +44,8 @@ import static javax.lang.model.SourceVersion.*; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="SimpleAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleAnnotationValueVisitor6 * @see SimpleAnnotationValueVisitor7 * @see SimpleAnnotationValueVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java index 312f3421b48..cf01db9855e 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -43,8 +43,8 @@ import static javax.lang.model.SourceVersion.*; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="SimpleAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleAnnotationValueVisitor6 * @see SimpleAnnotationValueVisitor8 * @see SimpleAnnotationValueVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor8.java index 257fc58f2fb..07374cd2b48 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -43,8 +43,8 @@ import static javax.lang.model.SourceVersion.*; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="SimpleAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleAnnotationValueVisitor6 * @see SimpleAnnotationValueVisitor7 * @see SimpleAnnotationValueVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor9.java index 7574c0863ae..8fba6c4f035 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -45,8 +45,8 @@ import static javax.lang.model.SourceVersion.*; * @param <R> the return type of this visitor's methods * @param <P> the type of the additional parameter to this visitor's methods. * - * @see <a href="SimpleAnnotationValueVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleAnnotationValueVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleAnnotationValueVisitor6 * @see SimpleAnnotationValueVisitor7 * @see SimpleAnnotationValueVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor14.java index ce8b9d15617..b96e4e1e7a3 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -50,8 +50,8 @@ import static javax.lang.model.SourceVersion.*; * @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void} * for visitors that do not need an additional parameter. * - * @see <a href="SimpleElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleElementVisitor6 * @see SimpleElementVisitor7 * @see SimpleElementVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor7.java index 47ad53797fb..fcd26dda60d 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -50,8 +50,8 @@ import static javax.lang.model.SourceVersion.*; * @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void} * for visitors that do not need an additional parameter. * - * @see <a href="SimpleElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleElementVisitor6 * @see SimpleElementVisitor8 * @see SimpleElementVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor8.java index 1908b064c20..e36f8cf8915 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -48,8 +48,8 @@ import static javax.lang.model.SourceVersion.*; * @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void} * for visitors that do not need an additional parameter. * - * @see <a href="SimpleElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleElementVisitor6 * @see SimpleElementVisitor7 * @see SimpleElementVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor9.java index 2d368a749ac..7cd7ed74c03 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -50,8 +50,8 @@ import static javax.lang.model.SourceVersion.*; * @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void} * for visitors that do not need an additional parameter. * - * @see <a href="SimpleElementVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleElementVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleElementVisitor6 * @see SimpleElementVisitor7 * @see SimpleElementVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor14.java index 618db0bf86a..d6ea2d1d75e 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -48,8 +48,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="SimpleTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleTypeVisitor6 * @see SimpleTypeVisitor7 * @see SimpleTypeVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java index c89ed9b7e0f..f47314aeeb2 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -50,8 +50,8 @@ import javax.lang.model.type.TypeVisitor; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="SimpleTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleTypeVisitor6 * @see SimpleTypeVisitor8 * @see SimpleTypeVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor8.java index 46957941dff..d05fa1c3d0f 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -50,8 +50,8 @@ import javax.lang.model.type.TypeVisitor; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="SimpleTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleTypeVisitor6 * @see SimpleTypeVisitor7 * @see SimpleTypeVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor9.java index 3072564a4b5..8f97b34d547 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -50,8 +50,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="SimpleTypeVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see SimpleTypeVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see SimpleTypeVisitor6 * @see SimpleTypeVisitor7 * @see SimpleTypeVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor14.java b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor14.java index 558e2bab914..9ac6443da4c 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor14.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor14.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2024, 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 @@ -53,8 +53,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="TypeKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see TypeKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see TypeKindVisitor6 * @see TypeKindVisitor7 * @see TypeKindVisitor8 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java index d0d053b4b3e..a8257633b20 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024, 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 @@ -51,8 +51,8 @@ import javax.lang.model.SourceVersion; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="TypeKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see TypeKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see TypeKindVisitor6 * @see TypeKindVisitor8 * @see TypeKindVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor8.java b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor8.java index 8290351e854..5c4db1c8a4c 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor8.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -51,8 +51,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="TypeKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see TypeKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see TypeKindVisitor6 * @see TypeKindVisitor7 * @see TypeKindVisitor9 diff --git a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor9.java b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor9.java index 93345749f74..b53da68b2a4 100644 --- a/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor9.java +++ b/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor9.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2024, 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 @@ -54,8 +54,8 @@ import static javax.lang.model.SourceVersion.*; * methods. Use {@code Void} for visitors that do not need an * additional parameter. * - * @see <a href="TypeKindVisitor6.html#note_for_subclasses"> - * <strong>Compatibility note for subclasses</strong></a> + * @see TypeKindVisitor6##note_for_subclasses + * <strong>Compatibility note for subclasses</strong> * @see TypeKindVisitor6 * @see TypeKindVisitor7 * @see TypeKindVisitor8