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
Required Elements Modifier and Type Required Element Description java.lang.String
value
-