Skip to content

Commit 7ba97c0

Browse files
committed
Link to @deprecated Javadocs
1 parent 7054c71 commit 7ba97c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/andre601/javabotblockapi/annotations/DeprecatedSince.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Gives information since when a method or field is deprecated.
25-
* <br>This is paired with the @Deprecated annotation.
25+
* <br>This is paired with the {@link java.lang.Deprecated @Deprecated} annotation.
2626
*
2727
* @since v3.2.0
2828
*/

src/main/java/com/andre601/javabotblockapi/annotations/ReplacedWith.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Indicates a replacement for the annotated field or method, that should be used instead.
25-
* <br>This is paired with the @Deprecated annotation.
25+
* <br>This is paired with the {@link java.lang.Deprecated @Deprecated} annotation.
2626
*
2727
* @since v3.2.0
2828
*/

0 commit comments

Comments
 (0)