We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62443b0 commit 45b4e3fCopy full SHA for 45b4e3f
core/src/main/java/org/botblock/javabotblockapi/core/annotations/DeprecatedSince.java
@@ -64,17 +64,6 @@
64
*/
65
int patch();
66
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
-
78
/**
79
* Optional String array indicating one or multiple possible replacement Objects to use.
80
*
0 commit comments