8330703: Improve link syntax in javax.lang.model.util

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2024-04-19 20:32:18 +00:00
parent df04358223
commit f6feeb03bb
9 changed files with 36 additions and 35 deletions

View File

@ -40,10 +40,10 @@ import javax.annotation.processing.ProcessingEnvironment;
* @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="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="AbstractAnnotationValueVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see AbstractAnnotationValueVisitor6
* @see AbstractAnnotationValueVisitor7
* @see AbstractAnnotationValueVisitor8

View File

@ -45,10 +45,10 @@ import static javax.lang.model.SourceVersion.*;
* methods. Use {@code Void} for visitors that do not need an
* additional parameter.
*
* @see <a href="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="AbstractElementVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see AbstractElementVisitor6
* @see AbstractElementVisitor7
* @see AbstractElementVisitor8

View File

@ -43,10 +43,10 @@ import static javax.lang.model.SourceVersion.*;
* methods. Use {@code Void} for visitors that do not need an
* additional parameter.
*
* @see <a href="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="AbstractTypeVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see AbstractTypeVisitor6
* @see AbstractTypeVisitor7
* @see AbstractTypeVisitor8

View File

@ -57,10 +57,10 @@ import static javax.lang.model.SourceVersion.*;
* methods. Use {@code Void} for visitors that do not need an
* additional parameter.
*
* @see <a href="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="ElementKindVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see ElementKindVisitor6
* @see ElementKindVisitor7
* @see ElementKindVisitor8

View File

@ -74,9 +74,10 @@ import static javax.lang.model.SourceVersion.*;
* methods. Use {@code Void} for visitors that do not need an
* additional parameter.
*
* @see <a href="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="ElementScanner6.html#note_for_subclasses"><strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see ElementScanner6
* @see ElementScanner7
* @see ElementScanner8

View File

@ -48,10 +48,10 @@ 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="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="SimpleAnnotationValueVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see SimpleAnnotationValueVisitor6
* @see SimpleAnnotationValueVisitor7
* @see SimpleAnnotationValueVisitor8

View File

@ -53,10 +53,10 @@ 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="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="SimpleElementVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see SimpleElementVisitor6
* @see SimpleElementVisitor7
* @see SimpleElementVisitor8

View File

@ -52,10 +52,10 @@ import static javax.lang.model.SourceVersion.*;
* methods. Use {@code Void} for visitors that do not need an
* additional parameter.
*
* @see <a href="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="SimpleTypeVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see SimpleTypeVisitor6
* @see SimpleTypeVisitor7
* @see SimpleTypeVisitor8

View File

@ -56,10 +56,10 @@ import static javax.lang.model.SourceVersion.*;
* methods. Use {@code Void} for visitors that do not need an
* additional parameter.
*
* @see <a href="package-summary.html#expectedEvolution">
* <strong>Expected visitor evolution</strong></a>
* @see <a href="TypeKindVisitor6.html#note_for_subclasses">
* <strong>Compatibility note for subclasses</strong></a>
* @see javax.lang.model.util##expectedEvolution
* <strong>Expected visitor evolution</strong>
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see TypeKindVisitor6
* @see TypeKindVisitor7
* @see TypeKindVisitor8