Package net.dv8tion.jda.annotations


package net.dv8tion.jda.annotations
Annotations used for documentation.
  • Annotation Types
    Class
    Description
    In combination with Deprecated specifies when this feature was marked as deprecated.
    Functionality annotated with ForRemoval will no longer be supported and should not be used anymore in new code.
    Functionality annotated with Incubating might change in a future release.
    Functionality annotated with ReplaceWith should be replaced immediately with the mentioned code fragment.