We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7054c71 commit 7ba97c0Copy full SHA for 7ba97c0
src/main/java/com/andre601/javabotblockapi/annotations/DeprecatedSince.java
@@ -22,7 +22,7 @@
22
23
/**
24
* Gives information since when a method or field is deprecated.
25
- * <br>This is paired with the @Deprecated annotation.
+ * <br>This is paired with the {@link java.lang.Deprecated @Deprecated} annotation.
26
*
27
* @since v3.2.0
28
*/
src/main/java/com/andre601/javabotblockapi/annotations/ReplacedWith.java
* Indicates a replacement for the annotated field or method, that should be used instead.
0 commit comments