File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
core/src/main/java/org/botblock/javabotblockapi/core Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 17
17
*/
18
18
package org .botblock .javabotblockapi .core ;
19
19
20
+ import org .botblock .javabotblockapi .core .annotations .DeprecatedSince ;
21
+ import org .botblock .javabotblockapi .core .annotations .PlannedRemoval ;
22
+
20
23
/**
21
24
* Enum class containing all sites currently supported by BotBlock.org.
22
25
*
@@ -117,9 +120,19 @@ public enum Site {
117
120
118
121
/**
119
122
* <a href="https://space-bot-list.org" target="_blank">space-bot-list.org</a>
123
+ *
124
+ * @deprecated Replaced by {@link #SPACE_BOT_LIST_XYZ SPACE_BOT_LIST_XYZ}; Will be removed in Version 6.0.2
120
125
*/
126
+ @ Deprecated
127
+ @ DeprecatedSince (version = "6.0.0" , replacements = "#SPACE_BOT_LIST_XYZ" )
128
+ @ PlannedRemoval (version = "6.0.2" )
121
129
SPACE_BOT_LIST_ORG ("space-bot-list.org" ),
122
130
131
+ /**
132
+ * <a href="https://space-bot-list.xyz" target="_blank">space-bot-list.xyz</a>
133
+ */
134
+ SPACE_BOT_LIST_XYZ ("space-bot-list.xyz" ),
135
+
123
136
/**
124
137
* <a href="https://wonderbotlist.com" target="_blank">wonderbotlist.com</a>
125
138
*/
You can’t perform that action at this time.
0 commit comments