Skip to content

Commit f6feeb0

Browse files
committedApr 19, 2024
8330703: Improve link syntax in javax.lang.model.util
Reviewed-by: jjg
1 parent df04358 commit f6feeb0

9 files changed

+36
-35
lines changed
 

‎src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
* @param <R> the return type of this visitor's methods
4141
* @param <P> the type of the additional parameter to this visitor's methods.
4242
*
43-
* @see <a href="package-summary.html#expectedEvolution">
44-
* <strong>Expected visitor evolution</strong></a>
45-
* @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses">
46-
* <strong>Compatibility note for subclasses</strong></a>
43+
* @see javax.lang.model.util##expectedEvolution
44+
* <strong>Expected visitor evolution</strong>
45+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
46+
* <strong>Compatibility note for subclasses</strong>
4747
* @see AbstractAnnotationValueVisitor6
4848
* @see AbstractAnnotationValueVisitor7
4949
* @see AbstractAnnotationValueVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
* methods. Use {@code Void} for visitors that do not need an
4646
* additional parameter.
4747
*
48-
* @see <a href="package-summary.html#expectedEvolution">
49-
* <strong>Expected visitor evolution</strong></a>
50-
* @see <a href="AbstractElementVisitor6.html#note_for_subclasses">
51-
* <strong>Compatibility note for subclasses</strong></a>
48+
* @see javax.lang.model.util##expectedEvolution
49+
* <strong>Expected visitor evolution</strong>
50+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
51+
* <strong>Compatibility note for subclasses</strong>
5252
* @see AbstractElementVisitor6
5353
* @see AbstractElementVisitor7
5454
* @see AbstractElementVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
* methods. Use {@code Void} for visitors that do not need an
4444
* additional parameter.
4545
*
46-
* @see <a href="package-summary.html#expectedEvolution">
47-
* <strong>Expected visitor evolution</strong></a>
48-
* @see <a href="AbstractTypeVisitor6.html#note_for_subclasses">
49-
* <strong>Compatibility note for subclasses</strong></a>
46+
* @see javax.lang.model.util##expectedEvolution
47+
* <strong>Expected visitor evolution</strong>
48+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
49+
* <strong>Compatibility note for subclasses</strong>
5050
* @see AbstractTypeVisitor6
5151
* @see AbstractTypeVisitor7
5252
* @see AbstractTypeVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
* methods. Use {@code Void} for visitors that do not need an
5858
* additional parameter.
5959
*
60-
* @see <a href="package-summary.html#expectedEvolution">
61-
* <strong>Expected visitor evolution</strong></a>
62-
* @see <a href="ElementKindVisitor6.html#note_for_subclasses">
63-
* <strong>Compatibility note for subclasses</strong></a>
60+
* @see javax.lang.model.util##expectedEvolution
61+
* <strong>Expected visitor evolution</strong>
62+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
63+
* <strong>Compatibility note for subclasses</strong>
6464
* @see ElementKindVisitor6
6565
* @see ElementKindVisitor7
6666
* @see ElementKindVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/ElementScannerPreview.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@
7474
* methods. Use {@code Void} for visitors that do not need an
7575
* additional parameter.
7676
*
77-
* @see <a href="package-summary.html#expectedEvolution">
78-
* <strong>Expected visitor evolution</strong></a>
79-
* @see <a href="ElementScanner6.html#note_for_subclasses"><strong>Compatibility note for subclasses</strong></a>
77+
* @see javax.lang.model.util##expectedEvolution
78+
* <strong>Expected visitor evolution</strong>
79+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
80+
* <strong>Compatibility note for subclasses</strong>
8081
* @see ElementScanner6
8182
* @see ElementScanner7
8283
* @see ElementScanner8

‎src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
* @param <R> the return type of this visitor's methods
4949
* @param <P> the type of the additional parameter to this visitor's methods.
5050
*
51-
* @see <a href="package-summary.html#expectedEvolution">
52-
* <strong>Expected visitor evolution</strong></a>
53-
* @see <a href="SimpleAnnotationValueVisitor6.html#note_for_subclasses">
54-
* <strong>Compatibility note for subclasses</strong></a>
51+
* @see javax.lang.model.util##expectedEvolution
52+
* <strong>Expected visitor evolution</strong>
53+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
54+
* <strong>Compatibility note for subclasses</strong>
5555
* @see SimpleAnnotationValueVisitor6
5656
* @see SimpleAnnotationValueVisitor7
5757
* @see SimpleAnnotationValueVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
* @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void}
5454
* for visitors that do not need an additional parameter.
5555
*
56-
* @see <a href="package-summary.html#expectedEvolution">
57-
* <strong>Expected visitor evolution</strong></a>
58-
* @see <a href="SimpleElementVisitor6.html#note_for_subclasses">
59-
* <strong>Compatibility note for subclasses</strong></a>
56+
* @see javax.lang.model.util##expectedEvolution
57+
* <strong>Expected visitor evolution</strong>
58+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
59+
* <strong>Compatibility note for subclasses</strong>
6060
* @see SimpleElementVisitor6
6161
* @see SimpleElementVisitor7
6262
* @see SimpleElementVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
* methods. Use {@code Void} for visitors that do not need an
5353
* additional parameter.
5454
*
55-
* @see <a href="package-summary.html#expectedEvolution">
56-
* <strong>Expected visitor evolution</strong></a>
57-
* @see <a href="SimpleTypeVisitor6.html#note_for_subclasses">
58-
* <strong>Compatibility note for subclasses</strong></a>
55+
* @see javax.lang.model.util##expectedEvolution
56+
* <strong>Expected visitor evolution</strong>
57+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
58+
* <strong>Compatibility note for subclasses</strong>
5959
* @see SimpleTypeVisitor6
6060
* @see SimpleTypeVisitor7
6161
* @see SimpleTypeVisitor8

‎src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitorPreview.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
* methods. Use {@code Void} for visitors that do not need an
5757
* additional parameter.
5858
*
59-
* @see <a href="package-summary.html#expectedEvolution">
60-
* <strong>Expected visitor evolution</strong></a>
61-
* @see <a href="TypeKindVisitor6.html#note_for_subclasses">
62-
* <strong>Compatibility note for subclasses</strong></a>
59+
* @see javax.lang.model.util##expectedEvolution
60+
* <strong>Expected visitor evolution</strong>
61+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
62+
* <strong>Compatibility note for subclasses</strong>
6363
* @see TypeKindVisitor6
6464
* @see TypeKindVisitor7
6565
* @see TypeKindVisitor8

0 commit comments

Comments
 (0)
Please sign in to comment.