Skip to content

Commit 45b4e3f

Browse files
committed
Remove deprecated stuff
1 parent 62443b0 commit 45b4e3f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

core/src/main/java/org/botblock/javabotblockapi/core/annotations/DeprecatedSince.java

-11
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,6 @@
6464
*/
6565
int patch();
6666

67-
/**
68-
* Since what version this Object is deprecated.
69-
* <br>This is field is required!
70-
*
71-
* @return The version since when this object is deprecated.
72-
*
73-
* @deprecated Was replaced with {@link #major() major}, {@link #minor() minor} and {@link #patch() patch}.
74-
*/
75-
@Deprecated
76-
String version() default "";
77-
7867
/**
7968
* Optional String array indicating one or multiple possible replacement Objects to use.
8069
*

0 commit comments

Comments
 (0)