File tree 9 files changed +36
-35
lines changed
src/java.compiler/share/classes/javax/lang/model/util
9 files changed +36
-35
lines changed Original file line number Diff line number Diff line change 40
40
* @param <R> the return type of this visitor's methods
41
41
* @param <P> the type of the additional parameter to this visitor's methods.
42
42
*
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>
47
47
* @see AbstractAnnotationValueVisitor6
48
48
* @see AbstractAnnotationValueVisitor7
49
49
* @see AbstractAnnotationValueVisitor8
Original file line number Diff line number Diff line change 45
45
* methods. Use {@code Void} for visitors that do not need an
46
46
* additional parameter.
47
47
*
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>
52
52
* @see AbstractElementVisitor6
53
53
* @see AbstractElementVisitor7
54
54
* @see AbstractElementVisitor8
Original file line number Diff line number Diff line change 43
43
* methods. Use {@code Void} for visitors that do not need an
44
44
* additional parameter.
45
45
*
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>
50
50
* @see AbstractTypeVisitor6
51
51
* @see AbstractTypeVisitor7
52
52
* @see AbstractTypeVisitor8
Original file line number Diff line number Diff line change 57
57
* methods. Use {@code Void} for visitors that do not need an
58
58
* additional parameter.
59
59
*
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>
64
64
* @see ElementKindVisitor6
65
65
* @see ElementKindVisitor7
66
66
* @see ElementKindVisitor8
Original file line number Diff line number Diff line change 74
74
* methods. Use {@code Void} for visitors that do not need an
75
75
* additional parameter.
76
76
*
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>
80
81
* @see ElementScanner6
81
82
* @see ElementScanner7
82
83
* @see ElementScanner8
Original file line number Diff line number Diff line change 48
48
* @param <R> the return type of this visitor's methods
49
49
* @param <P> the type of the additional parameter to this visitor's methods.
50
50
*
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>
55
55
* @see SimpleAnnotationValueVisitor6
56
56
* @see SimpleAnnotationValueVisitor7
57
57
* @see SimpleAnnotationValueVisitor8
Original file line number Diff line number Diff line change 53
53
* @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void}
54
54
* for visitors that do not need an additional parameter.
55
55
*
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>
60
60
* @see SimpleElementVisitor6
61
61
* @see SimpleElementVisitor7
62
62
* @see SimpleElementVisitor8
Original file line number Diff line number Diff line change 52
52
* methods. Use {@code Void} for visitors that do not need an
53
53
* additional parameter.
54
54
*
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>
59
59
* @see SimpleTypeVisitor6
60
60
* @see SimpleTypeVisitor7
61
61
* @see SimpleTypeVisitor8
Original file line number Diff line number Diff line change 56
56
* methods. Use {@code Void} for visitors that do not need an
57
57
* additional parameter.
58
58
*
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>
63
63
* @see TypeKindVisitor6
64
64
* @see TypeKindVisitor7
65
65
* @see TypeKindVisitor8
You can’t perform that action at this time.
0 commit comments