@@ -645,7 +645,8 @@ public enum ApiField{
645645 /**
646646 * API field to return the URL to list all bots of a bot list.
647647 *
648- * @deprecated Replaced with {@link #URL_ALL URL_ALL}
648+ * @deprecated Since: 5.2.0
649+ * <br>Replacement: {@link #URL_ALL URL_ALL}
649650 */
650651 @ Deprecated
651652 @ DeprecatedSince (version = "5.2.0" , replacements = {"#URL_ALL" })
@@ -654,7 +655,8 @@ public enum ApiField{
654655 /**
655656 * API field to return the URL to the API documentation of the bot list.
656657 *
657- * @deprecated Replaced with {@link #URL_DOCS URL_DOCS}
658+ * @deprecated Since: 5.2.0
659+ * <br>Replacement: {@link #URL_DOCS URL_DOCS}
658660 */
659661 @ Deprecated
660662 @ DeprecatedSince (version = "5.2.0" , replacements = {"#URL_DOCS" })
@@ -663,7 +665,8 @@ public enum ApiField{
663665 /**
664666 * API field to return the URL used to GET information about a bot.
665667 *
666- * @deprecated Replaced with {@link #URL_GET URL_GET}
668+ * @deprecated Since: 5.2.0
669+ * <br>Replacement: {@link #URL_GET URL_GET}
667670 */
668671 @ Deprecated
669672 @ DeprecatedSince (version = "5.2.0" , replacements = {"#URL_GET" })
@@ -672,7 +675,8 @@ public enum ApiField{
672675 /**
673676 * API field to return the URL used to POST information from a bot.
674677 *
675- * @deprecated Replaced with {@link #URL_POST URL_POST}
678+ * @deprecated Since: 5.2.0
679+ * <br>Replacement: {@link #URL_POST URL_POST}
676680 */
677681 @ Deprecated
678682 @ DeprecatedSince (version = "5.2.0" , replacements = {"#URL_POST" })
@@ -683,7 +687,8 @@ public enum ApiField{
683687 /**
684688 * Name of the field for posting the server count (i.e. {@code server_count})
685689 *
686- * @deprecated Replaced with {@link #STRING_SERVER_COUNT STRING_SERVER_COUNT}
690+ * @deprecated Since: 5.2.0
691+ * <br>Replacement: {@link #STRING_SERVER_COUNT STRING_SERVER_COUNT}
687692 */
688693 @ Deprecated
689694 @ DeprecatedSince (version = "5.2.0" , replacements = {"#STRING_SERVER_COUNT" })
@@ -692,7 +697,8 @@ public enum ApiField{
692697 /**
693698 * Name of the field for posting the shard id (i.e. {@code shard_id})
694699 *
695- * @deprecated Replaced with {@link #STRING_SHARD_ID STRING_SHARD_ID}
700+ * @deprecated Since: 5.2.0
701+ * <br>Replacement: {@link #STRING_SHARD_ID STRING_SHARD_ID}
696702 */
697703 @ Deprecated
698704 @ DeprecatedSince (version = "5.2.0" , replacements = {"#STRING_SHARD_ID" })
@@ -701,7 +707,8 @@ public enum ApiField{
701707 /**
702708 * Name of the field for posting the shard count (i.e. {@code shard_count})
703709 *
704- * @deprecated Replaced with {@link #STRING_SHARD_COUNT STRING_SHARD_COUNT}
710+ * @deprecated Since: 5.2.0
711+ * <br>Replacement: {@link #STRING_SHARD_COUNT STRING_SHARD_COUNT}
705712 */
706713 @ Deprecated
707714 @ DeprecatedSince (version = "5.2.0" , replacements = {"#STRING_SHARD_COUNT" })
@@ -710,7 +717,8 @@ public enum ApiField{
710717 /**
711718 * Name of the field for posting the different shard info (i.e. {@code shards})
712719 *
713- * @deprecated Replaced with {@link #STRING_SHARDS STRING_SHARDS}
720+ * @deprecated Since: 5.2.0
721+ * <br>Replacement: {@link #STRING_SHARDS STRING_SHARDS}
714722 */
715723 @ Deprecated
716724 @ DeprecatedSince (version = "5.2.0" , replacements = {"#STRING_SHARDS" })
0 commit comments