Package me.remigio07.chatplugin.api.common.util.annotation
package me.remigio07.chatplugin.api.common.util.annotation
-
ClassDescriptionAnnotation used to indicate that the annotated element must not be
null
after construction has completed.Annotation used to indicate that the annotated element could benull
under some circustances.Annotation used to indicate that a method contained in a class inside of theme.remigio07.chatplugin.api.common
(or implementation'sme.remigio07.chatplugin.common
) package is available on proxy implementations only: BungeeCord and Velocity (plus their forks).Annotation used to indicate that a field or a method contains or returns sensitive or private data, like for example the Discord integration's bot's token.Annotation used to indicate that a method contained in a class inside of theme.remigio07.chatplugin.api.common
(or implementation'sme.remigio07.chatplugin.common
) package is available on server implementations only: Bukkit and Sponge (plus their forks).