Package net.dv8tion.jda.annotations
Annotation Type ReplaceWith
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
public @interface ReplaceWith
Functionality annotated with ReplaceWith should be replaced immediately
with the mentioned code fragment. This is often used for things like naming changes.
-
Required Element Summary
-
Element Details
-
value
String value
-