Package net.dv8tion.jda.annotations
Annotation Type ForRemoval
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
public @interface ForRemoval
Functionality annotated with ForRemoval will no longer be supported
and should not be used anymore in new code.
-
Optional Element Summary
-
Element Details
-
deadline
String deadlineVersion which will most likely remove this feature.- Returns:
- The deadline version or N/A if this isn't known yet
- Default:
- "N/A"
-