Package net.dv8tion.jda.annotations
Annotation Type DeprecatedSince
-
@Documented @Retention(RUNTIME) @Target({TYPE,METHOD,FIELD,CONSTRUCTOR}) public @interface DeprecatedSince
In combination withDeprecated
specifies when this feature was marked as deprecated.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-